Replies: 1 comment
-
This isn't supported at the moment. Will need to think about how to improve the conditions API |
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.
-
I'm trying to implement a motion-reduce toggler with three options:
system
,motion-reduce
, andmotion-no-reduce
.I want the output to look like this:
I can generate the second block with
['@media (prefers-reduced-motion: reduce)', '.system &']
, but when adding the first block, this does not work:Wrapping the selectors in a nested array also gives an error:
Beta Was this translation helpful? Give feedback.
All reactions