]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change documentation accordingly
authorLouis-Maxime Piton <louismaxime.piton@orange.com>
Wed, 13 Nov 2024 16:10:23 +0000 (17:10 +0100)
committerLouis-Maxime Piton <louismaxime.piton@orange.com>
Wed, 13 Nov 2024 16:10:23 +0000 (17:10 +0100)
site/content/docs/5.3/customize/options.md

index 3ad40deb1e7c031f2321edea9d0cfda5be2bffa8..ddbd51ba4208134b389fcab51ac2b1de016b5f1d 100644 (file)
@@ -25,7 +25,7 @@ You can find and customize these variables for key global options in Bootstrap's
 | `$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" >}}). |
-| `$enable-debugger-classes`     | `true` or `false` (default)        | Enables the use of `.debug` class. You can use it on any html element and it will highlight its children grids (`.row` and `.container-*`). It also displays the living breakpoint depending on the viewport. |
+| `$enable-debugger-classes`     | `true` or `false` (default)        | Enables the use of `.bs-grid-debug` class. You can use it on any html element and it will highlight its children grids (`.row` and `.container-*`). It also displays the living breakpoint depending on the viewport. |
 | `$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` (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`. |