Skip to content

Commit 2ce38a3

Browse files
authored
chore(docs): update bootstrap links from 4.3 to 4.4
1 parent 8959a87 commit 2ce38a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/markdown/reference/theming/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $body-color: #111;
4141

4242
## Default theme colors
4343

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:
4545

4646
<div class="row">
4747
<div class="col-md-4">
@@ -92,7 +92,7 @@ Some commonly used Bootstrap v4 variables are:
9292
| `$enable-shadows` | Boolean | `false` | Enables predefined `box-shadow` styles on various components |
9393
| `$enable-gradients` | Boolean | `false` | Enables predefined gradients via `background-image` styles on various components |
9494
| `$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) |
9696
| `$enable-validation-icons` | Boolean | `true` | Enables `background-image` icons within textual inputs and some custom forms for validation states |
9797

9898
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.4/getting-started/theming/) docs for

0 commit comments

Comments
 (0)