Replies: 3 comments 2 replies
-
Is the display: block declared after the sprinkle in the CSS output? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it solved? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also encountered the problem that sprinkles have low priority and cannot take effect. Is there a better solution? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, how can I ensure sprinkles have higher specificity/priority than recipe, or any other api truly?
For example - see image -, I defined a
display: flex
via sprinkles but it won't override thedisplay: block
defined via recipes api.Link: Codesanbox
Beta Was this translation helpful? Give feedback.
All reactions