diff options
| author | Mark Otto <[email protected]> | 2017-10-19 09:13:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-19 09:13:23 -0700 |
| commit | ba44eb1279a6b07c07ba2a0694950e843681d176 (patch) | |
| tree | 63a563b4b154dcbb820383dccf299fd583e84f6a /docs | |
| parent | 6124e7f229c07424a41e716968a93a12fb22b608 (diff) | |
| parent | 98af5578426704e6c19367d2bfc66c0b7b0f0d1f (diff) | |
| download | bootstrap-ba44eb1279a6b07c07ba2a0694950e843681d176.tar.xz bootstrap-ba44eb1279a6b07c07ba2a0694950e843681d176.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/utilities/colors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index cf9de1532..d3eedd33e 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -36,7 +36,7 @@ Similar to the contextual text color classes, easily set the background of an el ## Background gradient -When `$enable-shadows` is set to true, you'll be able to use `.bg-gradient-` utility classes. **By default, `$enable-shadows` is disabled and the example below is intentionally broken.** This is done for easier customization from moment you start using Bootstrap. [Learn about our Sass options]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/#sass-options) to enable these classes and more. +When `$enable-shadows` is set to true, you'll be able to use `.bg-gradient-` utility classes. **By default, `$enable-shadows` is disabled and the example below is intentionally broken.** This is done for easier customization from the moment you start using Bootstrap. [Learn about our Sass options]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/#sass-options) to enable these classes and more. {% example html %} {% for color in site.data.theme-colors %} |
