Replies: 1 comment
-
|
a workaround btw export const rule = style({});
globalStyle(`:where(${rule})`, {}); |
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.
-
Error "Invalid selector: :where(&)" when used :where(&) to reduce specificity.
I think this is really useful when used component variants to override the default styles.
Beta Was this translation helpful? Give feedback.
All reactions