diff options
| author | Mark Otto <[email protected]> | 2021-09-17 13:02:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-09-17 13:02:45 -0700 |
| commit | 4b31fcaeffd11ad97190f845c213e9dbbb8e422e (patch) | |
| tree | 8aa521f167d585f56288101a9d12a47432540e21 | |
| parent | 8373b471c2902c2b1317e8659c18b75520170053 (diff) | |
| download | bootstrap-4b31fcaeffd11ad97190f845c213e9dbbb8e422e.tar.xz bootstrap-4b31fcaeffd11ad97190f845c213e9dbbb8e422e.zip | |
Document the new option
| -rw-r--r-- | site/content/docs/5.1/customize/options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/customize/options.md b/site/content/docs/5.1/customize/options.md index c819e6e84..99aa258db 100644 --- a/site/content/docs/5.1/customize/options.md +++ b/site/content/docs/5.1/customize/options.md @@ -19,6 +19,7 @@ You can find and customize these variables for key global options in Bootstrap's | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-reduced-motion` | `true` (default) or `false` | Enables the [`prefers-reduced-motion` media query]({{< docsref "/getting-started/accessibility#reduced-motion" >}}), which suppresses certain animations/transitions based on the users' browser/operating system preferences. | | `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g. `.row`, `.col-md-1`, etc.). | +| `$enable-container-classes` | `true` (default) or `false` | Enables the generation of CSS classes for layout containers. (New in v5.2.0) | | `$enable-caret` | `true` (default) or `false` | Enables pseudo element caret on `.dropdown-toggle`. | | `$enable-button-pointers` | `true` (default) or `false` | Add "hand" cursor to non-disabled button elements. | | `$enable-rfs` | `true` (default) or `false` | Globally enables [RFS]({{< docsref "/getting-started/rfs" >}}). | |
