diff options
| author | Mark Otto <[email protected]> | 2018-09-16 13:47:48 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-17 09:06:12 +0300 |
| commit | 301a22b1642f679b8b911096d2ca076ec1431d73 (patch) | |
| tree | 2e528f8b22c5b7267c33e94d42853ecb79822e2f | |
| parent | 0d869a10630d36be9277c4eac3db9b1d81b1356f (diff) | |
| download | bootstrap-301a22b1642f679b8b911096d2ca076ec1431d73.tar.xz bootstrap-301a22b1642f679b8b911096d2ca076ec1431d73.zip | |
Update copy
| -rw-r--r-- | site/docs/4.1/utilities/colors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/colors.md b/site/docs/4.1/utilities/colors.md index dbc3e6c18..55699adb8 100644 --- a/site/docs/4.1/utilities/colors.md +++ b/site/docs/4.1/utilities/colors.md @@ -43,7 +43,7 @@ Similar to the contextual text color classes, easily set the background of an el ## Background gradient -When `$enable-gradients` is set to true, you'll be able to use `.bg-gradient-` utility classes. 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. +When `$enable-gradients` is set to `true` (default is `false`), you can use `.bg-gradient-` utility classes. [Learn about our Sass options]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/#sass-options) to enable these classes and more. {% for color in site.data.theme-colors %} - `.bg-gradient-{{ color.name }}`{% endfor %} |
