aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-15 21:20:40 +0200
committerXhmikosR <[email protected]>2021-02-17 06:54:38 +0200
commitbb5b5891da59b33b85a474cad319b6eb097964a8 (patch)
treec37e649c1236cd2adf0e262fbf35233f65ceb934
parent210cb72872f03ce8d6cf6450f0ac8b6935a83aba (diff)
downloadbootstrap-bb5b5891da59b33b85a474cad319b6eb097964a8.tar.xz
bootstrap-bb5b5891da59b33b85a474cad319b6eb097964a8.zip
Backport #32940
* Update the default value for $enable-deprecation-messages As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss, the `$enable-deprecation-messages` variable is set to `true` by default.
-rw-r--r--site/content/docs/4.6/getting-started/theming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.6/getting-started/theming.md b/site/content/docs/4.6/getting-started/theming.md
index 8c48444da..4b6682d72 100644
--- a/site/content/docs/4.6/getting-started/theming.md
+++ b/site/content/docs/4.6/getting-started/theming.md
@@ -304,7 +304,7 @@ You can find and customize these variables for key global options in Bootstrap's
| `$enable-print-styles` | `true` (default) or `false` | Enables styles for optimizing printing. |
| `$enable-responsive-font-sizes` | `true` or `false` (default) | Enables [responsive font sizes]({{< docsref "/content/typography#responsive-font-sizes" >}}). |
| `$enable-validation-icons` | `true` (default) or `false` | Enables `background-image` icons within textual inputs and some custom forms for validation states. |
-| `$enable-deprecation-messages` | `true` or `false` (default) | Set to `true` to show warnings when using any of the deprecated mixins and functions that are planned to be removed in `v5`. |
+| `$enable-deprecation-messages` | `true` (default) or `false` | Set to `false` to hide warnings when using any of the deprecated mixins and functions that are planned to be removed in `v5`. |
## Color