Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanisław Gregor <developer@staszek.codes>2021-02-03 22:40:05 +0300
committerGitHub <noreply@github.com>2021-02-03 22:40:05 +0300
commit203b3e218c9776bc9b8a6019588c838a60e62fe9 (patch)
treeebf6c0e73a58a1f899d294fa0efa8f858ed06e54 /site/content
parent217d84d6b25c44ea9791e4ca760a35e46f2e0653 (diff)
Fix default value for `$enable-deprecation-messages` (#32940)
* Update the default value for $enable-deprecation-messages As seen in the https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss, the $enable-deprecation-messages variable is set to `true` by default. * Update site/content/docs/5.0/customize/options.md Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.0/customize/options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/options.md b/site/content/docs/5.0/customize/options.md
index ff7c580951..0d846270b4 100644
--- a/site/content/docs/5.0/customize/options.md
+++ b/site/content/docs/5.0/customize/options.md
@@ -24,6 +24,6 @@ You can find and customize these variables for key global options in Bootstrap's
| `$enable-rfs` | `true` (default) or `false` | Globally enables [RFS]({{< docsref "/getting-started/rfs" >}}). |
| `$enable-validation-icons` | `true` (default) or `false` | Enables `background-image` icons within textual inputs and some custom forms for validation states. |
| `$enable-negative-margins` | `true` or `false` (default) | Enables the generation of [negative margin utilities]({{< docsref "/utilities/spacing#negative-margin" >}}). |
-| `$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 `v6`. |
| `$enable-important-utilities` | `true` (default) or `false` | Enables the `!important` suffix in utility classes. |
{{< /bs-table >}}