0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update copy

This commit is contained in:
Mark Otto 2018-09-16 13:47:48 -07:00 committed by XhmikosR
parent 0d869a1063
commit 301a22b164

View File

@ -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 %}