We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229e771 commit 19018bcCopy full SHA for 19018bc
src/support/mixins/color-modes.scss
@@ -29,6 +29,14 @@
29
30
/*! */ // This is a fix for a cssstats bug see https://github.com/cssstats/cssstats/issues/331
31
}
32
+
33
+ ::backdrop,
34
+ [data-color-mode="light"][data-light-theme="#{$theme-name}"],
35
+ [data-color-mode="dark"][data-dark-theme="#{$theme-name}"]::backdrop {
36
+ @content;
37
38
+ /*! */ // Must remain separate from the above selector to not break browsers which don't support ::backdrop, e.g. Safari 14.
39
+ }
40
41
42
@else {
0 commit comments