diff options
| author | Quy <[email protected]> | 2016-01-14 22:01:50 -0800 |
|---|---|---|
| committer | Quy <[email protected]> | 2016-01-14 22:01:50 -0800 |
| commit | ec1e626b98e012ea84d2e75cdc1c0b60b15f8843 (patch) | |
| tree | 9141023288236f2701abdf22ed35cfb67921693a /docs/getting-started/options.md | |
| parent | 1d55f680a8d2416900d4b6f41c40aed92880d938 (diff) | |
| download | bootstrap-ec1e626b98e012ea84d2e75cdc1c0b60b15f8843.tar.xz bootstrap-ec1e626b98e012ea84d2e75cdc1c0b60b15f8843.zip | |
Add missing word
Diffstat (limited to 'docs/getting-started/options.md')
| -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 35ff5e3d0..53aad61fd 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` various components. | +| `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` on various components. | | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-hover-media-query` | `true` or `false` (default) | ... | |
