File tree 2 files changed +2
-2
lines changed
plugins/postcss-light-dark-function
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Read more about this feature on mdn:
13
13
- define the colors for light and dark with [ ` light-dark() ` ] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark )
14
14
- define which elements support light and/or dark with [ ` color-scheme ` ] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme )
15
15
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.
17
17
18
18
``` pcss
19
19
.foo {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Read more about this feature on mdn:
24
24
- define the colors for light and dark with [ ` light-dark() ` ] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark )
25
25
- define which elements support light and/or dark with [ ` color-scheme ` ] ( https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme )
26
26
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.
28
28
29
29
``` pcss
30
30
<example.css>
You can’t perform that action at this time.
0 commit comments