File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/markdown/reference/theming Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $body-color: #111;
41
41
42
42
## Default theme colors
43
43
44
- The default them colors defined in the Bootstrap v4.3 SCSS are as follows:
44
+ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
45
45
46
46
<div class =" row " >
47
47
<div class =" col-md-4 " >
@@ -92,7 +92,7 @@ Some commonly used Bootstrap v4 variables are:
92
92
| ` $enable-shadows ` | Boolean | ` false ` | Enables predefined ` box-shadow ` styles on various components |
93
93
| ` $enable-gradients ` | Boolean | ` false ` | Enables predefined gradients via ` background-image ` styles on various components |
94
94
| ` $enable-transitions ` | Boolean | ` true ` | Enables predefined ` transition ` s on various components |
95
- | ` $enable-responsive-font-sizes ` | Boolean | ` false ` | Enables [ responsive font sizes] ( https://getbootstrap.com/docs/4.3 /content/typography/#responsive-font-sizes ) |
95
+ | ` $enable-responsive-font-sizes ` | Boolean | ` false ` | Enables [ responsive font sizes] ( https://getbootstrap.com/docs/4.4 /content/typography/#responsive-font-sizes ) |
96
96
| ` $enable-validation-icons ` | Boolean | ` true ` | Enables ` background-image ` icons within textual inputs and some custom forms for validation states |
97
97
98
98
Refer to [ Bootstrap's theming] ( https://getbootstrap.com/docs/4.4/getting-started/theming/ ) docs for
You can’t perform that action at this time.
0 commit comments