aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started/theming.md
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-10-27 11:01:30 +0100
committerXhmikosR <[email protected]>2019-11-25 13:05:57 +0200
commitcd077cd599e55a8a126ce765d8f9adeb595ca3e2 (patch)
treeaaac33966e8363d5c64631a18926ccd024079df0 /site/content/docs/4.3/getting-started/theming.md
parent4787347c85771076bf159dfc0df9f1cd5cd20dc8 (diff)
downloadbootstrap-cd077cd599e55a8a126ce765d8f9adeb595ca3e2.tar.xz
bootstrap-cd077cd599e55a8a126ce765d8f9adeb595ca3e2.zip
Enable RFS for font resizing
- Enable RFS - Add documentation - Disable doc font size overrides
Diffstat (limited to 'site/content/docs/4.3/getting-started/theming.md')
-rw-r--r--site/content/docs/4.3/getting-started/theming.md2
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 0c5ad09ab..7c764afed 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-responsive-font-sizes` | `true` or `false` (default) | Enables [responsive font sizes]({{< docsref "/content/typography#responsive-font-sizes" >}}). |
+| `$enable-rfs` | `true` or `false` (default) | 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`. |