]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update copy
authorMark Otto <markd.otto@gmail.com>
Sun, 16 Sep 2018 20:47:48 +0000 (13:47 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 17 Sep 2018 06:06:12 +0000 (09:06 +0300)
site/docs/4.1/utilities/colors.md

index dbc3e6c186467d6e97bb6c44a6ca93466f79e02b..55699adb8c72c20838ae058d1204cb0358b2dcdb 100644 (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 %}