diff options
| author | Chris Rebert <[email protected]> | 2016-01-14 22:33:09 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-14 22:33:09 -0800 |
| commit | f2a0623d34cf861bed598066ebcb061c3c7bf9f2 (patch) | |
| tree | 5146734eaf838a9904a35b9abb839db11aac7815 /docs | |
| parent | a15f4097c4df16d826f5258ef5524fa92df41c7f (diff) | |
| download | bootstrap-f2a0623d34cf861bed598066ebcb061c3c7bf9f2.tar.xz bootstrap-f2a0623d34cf861bed598066ebcb061c3c7bf9f2.zip | |
Docs: Tweak phrasing of description of $enable-gradients
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 53aad61fd..5de826f8b 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -16,6 +16,6 @@ You can find and customize these variables in our `_variables.scss` file. | `$enable-flex` | `true` or `false` (default) | Swaps `float` and `display: table` styles for `display: flex`. | | `$enable-rounded` | `true` (default) or `false` | Enables predefined `border-radius` styles on various components. | | `$enable-shadows` | `true` or `false` (default) | Enables predefined `box-shadow` styles on various components. | -| `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` on various components. | +| `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` styles on various components. | | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-hover-media-query` | `true` or `false` (default) | ... | |
