Skip to content

Commit 514ee9b

Browse files
committed
typo
1 parent d5c0484 commit 514ee9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/postcss-light-dark-function/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Read more about this feature on mdn:
1313
- define the colors for light and dark with [`light-dark()`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark)
1414
- define which elements support light and/or dark with [`color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme)
1515

16-
With both features combined you can mix and match color-schemes in a single document, while also respecting the user's preferences.
16+
With both features combined you can mix and match color schemes in a single document, while also respecting the user's preferences.
1717

1818
```pcss
1919
.foo {

plugins/postcss-light-dark-function/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Read more about this feature on mdn:
2424
- define the colors for light and dark with [`light-dark()`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark)
2525
- define which elements support light and/or dark with [`color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme)
2626

27-
With both features combined you can mix and match color-schemes in a single document, while also respecting the user's preferences.
27+
With both features combined you can mix and match color schemes in a single document, while also respecting the user's preferences.
2828

2929
```pcss
3030
<example.css>

0 commit comments

Comments
 (0)