diff options
| author | Martijn Cuppens <[email protected]> | 2019-02-07 23:32:05 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-07 23:32:05 +0100 |
| commit | 51375abca5769682f1d27de2e29e6e9f15ec7314 (patch) | |
| tree | ad2db8138741ac05e9ed546a40c12b3e353ae7eb /site/docs/4.2/getting-started | |
| parent | d250567ce0b193da0b5c500e985c2372492916cc (diff) | |
| download | bootstrap-51375abca5769682f1d27de2e29e6e9f15ec7314.tar.xz bootstrap-51375abca5769682f1d27de2e29e6e9f15ec7314.zip | |
Responsive font size implementation (#23816)
Diffstat (limited to 'site/docs/4.2/getting-started')
| -rw-r--r-- | site/docs/4.2/getting-started/theming.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.2/getting-started/theming.md b/site/docs/4.2/getting-started/theming.md index a40b6395a..8e3339c15 100644 --- a/site/docs/4.2/getting-started/theming.md +++ b/site/docs/4.2/getting-started/theming.md @@ -242,6 +242,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-pointer-cursor-for-buttons` | `true` (default) or `false` | Add "hand" cursor to non-disabled button elements. | | `$enable-print-styles` | `true` (default) or `false` | Enables styles for optimizing printing. | +| `$enable-responsive-font-sizes` | `true` or `false` (default) | Enables [responsive font sizes]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/typography/#responsive-font-sizes). | | `$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`. | |
