diff options
| author | Martijn Cuppens <[email protected]> | 2020-02-10 15:05:07 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-10 16:05:07 +0200 |
| commit | 6e8ea2722dab64b84f9aab160d4b00b013c1b00f (patch) | |
| tree | a4745f48a704fe3e19baffc0b8741e356ade4e61 /site | |
| parent | a0811af21638db28f34550e5b2addb86ecb62ad3 (diff) | |
| download | bootstrap-6e8ea2722dab64b84f9aab160d4b00b013c1b00f.tar.xz bootstrap-6e8ea2722dab64b84f9aab160d4b00b013c1b00f.zip | |
Introduce posibility to disable !important suffix for utility classes (#29625)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/4.3/getting-started/theming.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index 07134f373..f34f641b0 100644 --- a/site/content/docs/4.3/getting-started/theming.md +++ b/site/content/docs/4.3/getting-started/theming.md @@ -273,6 +273,7 @@ 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-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-important-utilities` | `true` (default) or `false` | Enables the `!important` suffix in utility classes. | ## Color |
