Skip to content

chore(docs): correct typos and improve wording in theming section #6263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/markdown/reference/theming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $body-color: #111;

## Default theme colors

The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
The default theme colors defined in the Bootstrap v4.4 SCSS are as follows:

<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -73,9 +73,9 @@ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
</div>
</div>

Various components will use variations (intensities) of these default theme colors.
BootstrapVue components use variations (intensities) of these default theme colors.

You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
You can alter these theme colors and create additional theme colors as needed via SASS variables and
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.5/getting-started/theming/)
docs for more details. All theme colors automatically become available as
[color variants](/docs/reference/color-variants) to all BootstrapVue components.
Expand Down