]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: `$enable-rfs` is true by default (#29766)
authorcccabinet <chay84@hotmail.com>
Thu, 28 Nov 2019 13:19:27 +0000 (22:19 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 28 Nov 2019 13:19:27 +0000 (15:19 +0200)
site/content/docs/4.3/getting-started/theming.md

index 7c764afedb52c41b580e179b6afefab9de11dd00..aa3c729a3e743fa1a480a19db58e8ec97b3035c4 100644 (file)
@@ -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`. |