We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SCSS
1 parent 91308ae commit 76a1b6aCopy full SHA for 76a1b6a
_sass/addon/commons.scss
@@ -5,7 +5,7 @@
5
html {
6
@media (prefers-color-scheme: light) {
7
&:not([data-mode]),
8
- [data-mode=light] {
+ &[data-mode=light] {
9
@include light-scheme;
10
}
11
_sass/addon/syntax.scss
@@ -8,7 +8,7 @@
12
@include light-syntax;
13
14
0 commit comments