Replies: 1 comment 2 replies
-
@slainless Panda aside, there's no way to merge a media query selector and another selector into one selector in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add condition to dark mode and light mode, something like this:
[data-theme=dark]
or@media(prefers-color-scheme: dark)
+[data-theme=system]
[data-theme=light]
or@media(prefers-color-scheme: light)
+[data-theme=system]
Beta Was this translation helpful? Give feedback.
All reactions