Skip to content

Commit 2a2c4ab

Browse files
authored
Docs: fix typo in Color modes page (#38198)
1 parent a3f8480 commit 2a2c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.3/customize/color-modes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Our new dark mode option is available to use for all users of Bootstrap, but it'
9292

9393
We use a custom Sass mixin, `color-mode()`, to help you control _how_ color modes are applied. By default, we use a `data` attribute approach, allowing you to create more user-friendly experiences where your visitors can choose to have an automatic dark mode or control their preference (like in our own docs here). This is also an easy and scalable way to add different themes and more custom color modes beyond light and dark.
9494

95-
In case you want to use media queries and only make color modes automatic, you can change the mixin's default type via Sass variable. Consider the following snippet and it's compiled CSS output.
95+
In case you want to use media queries and only make color modes automatic, you can change the mixin's default type via Sass variable. Consider the following snippet and its compiled CSS output.
9696

9797
```scss
9898
$color-mode-type: data;

0 commit comments

Comments
 (0)