Replies: 1 comment
-
That's a good point. How do you imagine this could be designed in the |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description
PandaCSS currently supports mixed conditions that create nested selectors, but there's no way to generate multiple independent selectors from a single condition.
Current Behavior - Mixed Conditions
Generates:
Desired Behavior
Should generate:
Use Case
Dark mode that supports both system preferences and manual toggling without duplicating semantic token values:
Related
Beta Was this translation helpful? Give feedback.
All reactions