From a9b9c6e8cf2c60fced15e3e81f92004d30164252 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 11 Sep 2018 06:37:11 +0300 Subject: [PATCH 1/2] Remove background-colors example and show only the code. This is to avoid confusion. --- site/docs/4.1/utilities/colors.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/site/docs/4.1/utilities/colors.md b/site/docs/4.1/utilities/colors.md index 573782644822..dbc3e6c18646 100644 --- a/site/docs/4.1/utilities/colors.md +++ b/site/docs/4.1/utilities/colors.md @@ -43,13 +43,10 @@ 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. **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. +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. -{% capture example %} {% for color in site.data.theme-colors %} -
.bg-gradient-{{ color.name }}
{% endfor %} -{% endcapture %} -{% include example.html content=example %} +- `.bg-gradient-{{ color.name }}`{% endfor %} {% capture callout %} #### Dealing with specificity From 31181924a23a556f53d36ef2fdc9929c160d9796 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Sep 2018 13:47:48 -0700 Subject: [PATCH 2/2] Update copy --- site/docs/4.1/utilities/colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/utilities/colors.md b/site/docs/4.1/utilities/colors.md index dbc3e6c18646..55699adb8c72 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 %}