aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-19 11:44:05 -0700
committerMark Otto <[email protected]>2017-10-19 12:23:29 -0700
commitfc94de5b8b5b329a298eeeb76174b146ff17af2d (patch)
treeaa985847814dc4872e8e499c1f14abe833a2f0a1 /docs/4.0
parent539510f9b24931cdd94b72e5b9401f7082030a83 (diff)
downloadbootstrap-4.0.0-beta.2.tar.xz
bootstrap-4.0.0-beta.2.zip
Diffstat (limited to 'docs/4.0')
-rw-r--r--docs/4.0/utilities/colors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md
index d3eedd33e..10d6e5ae3 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 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 %}