]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo v4.0.0-beta.2
authorMark Otto <markdotto@gmail.com>
Thu, 19 Oct 2017 18:44:05 +0000 (11:44 -0700)
committerMark Otto <markd.otto@gmail.com>
Thu, 19 Oct 2017 19:23:29 +0000 (12:23 -0700)
docs/4.0/utilities/colors.md

index d3eedd33e5a8d49467988cf8098cc39d5f226bcd..10d6e5ae341deda8a991e50ddade28291deacf39 100644 (file)
@@ -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 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, you'll be able to use `.bg-gradient-` utility classes. **By default, `$enable-gradients` 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 %}