diff options
| author | cccabinet <[email protected]> | 2019-11-28 22:19:27 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-28 15:19:27 +0200 |
| commit | 1dc390197909daa3123a0301a2150a1d8245ac4b (patch) | |
| tree | bbb8629604735f741e1eb5c10363155f218b7ce2 | |
| parent | 37d97c973f6a2d4cb1c7948c4772c9f6276556f6 (diff) | |
| download | bootstrap-1dc390197909daa3123a0301a2150a1d8245ac4b.tar.xz bootstrap-1dc390197909daa3123a0301a2150a1d8245ac4b.zip | |
docs: `$enable-rfs` is true by default (#29766)
| -rw-r--r-- | site/content/docs/4.3/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index 7c764afed..aa3c729a3 100644 --- a/site/content/docs/4.3/getting-started/theming.md +++ b/site/content/docs/4.3/getting-started/theming.md @@ -270,7 +270,7 @@ You can find and customize these variables for key global options in Bootstrap's | `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g., `.container`, `.row`, `.col-md-1`, etc.). | | `$enable-caret` | `true` (default) or `false` | Enables pseudo element caret on `.dropdown-toggle`. | | `$enable-pointer-cursor-for-buttons` | `true` (default) or `false` | Add "hand" cursor to non-disabled button elements. | -| `$enable-rfs` | `true` or `false` (default) | Globally enables [RFS]({{< docsref "/getting-started/rfs" >}}). | +| `$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`. | |
