1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Introduce posibility to disable !important suffix for utility classes (#29625)

This commit is contained in:
Martijn Cuppens
2020-02-10 15:05:07 +01:00
committed by GitHub
parent a0811af216
commit 6e8ea2722d
3 changed files with 3 additions and 1 deletions

View File

@@ -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