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
path: root/site
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-22 22:55:23 +0300
committerGitHub <noreply@github.com>2019-01-22 22:55:23 +0300
commit5c56e9adff6c1ab8c7ae72429e6bc33b426541f0 (patch)
tree1c22289b48ac50313a33ecc973f1595bc240ddd8 /site
parentf7e8445f72875a49a909dc0af8e4cf43f19f535e (diff)
Add `deprecate()` mixin (#28092)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/getting-started/theming.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.2/getting-started/theming.md b/site/docs/4.2/getting-started/theming.md
index db3b12ffd4..a40b6395ac 100644
--- a/site/docs/4.2/getting-started/theming.md
+++ b/site/docs/4.2/getting-started/theming.md
@@ -243,6 +243,7 @@ You can find and customize these variables for key global options in Bootstrap's
| `$enable-pointer-cursor-for-buttons` | `true` (default) or `false` | Add "hand" cursor to non-disabled button elements. |
| `$enable-print-styles` | `true` (default) or `false` | Enables styles for optimizing printing. |
| `$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`. |
## Color