File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/markdown/reference/theming Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $body-color: #111;
44
44
45
45
## Default theme colors
46
46
47
- The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
47
+ The default theme colors defined in the Bootstrap v4.4 SCSS are as follows:
48
48
49
49
<div class =" row " >
50
50
<div class =" col-md-4 " >
@@ -73,9 +73,9 @@ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
73
73
</div >
74
74
</div >
75
75
76
- Various components will use variations (intensities) of these default theme colors.
76
+ BootstrapVue components use variations (intensities) of these default theme colors.
77
77
78
- You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
78
+ You can alter these theme colors and create additional theme colors as needed via SASS variables and
79
79
maps. Refer to the [ Bootstrap theming] ( https://getbootstrap.com/docs/4.5/getting-started/theming/ )
80
80
docs for more details. All theme colors automatically become available as
81
81
[ color variants] ( /docs/reference/color-variants ) to all BootstrapVue components.
You can’t perform that action at this time.
0 commit comments