You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using @stitches/react in my project, in some cases I need to use cleanslate(a hightest order css reset tool). But this tool needs to add !important to overwrite it's own style.
Rightnow, I can only add !important to every properties' end manually.
Is there any way to add !important after each line automatically?
like some other tools like postcss has plugins can do these things. But I cannot find any way in stitches.
The text was updated successfully, but these errors were encountered:
Hi, 👋
I'm using
@stitches/react
in my project, in some cases I need to usecleanslate
(a hightest order css reset tool). But this tool needs to add!important
to overwrite it's own style.Rightnow, I can only add
!important
to every properties' end manually.Is there any way to add
!important
after each line automatically?like some other tools like
postcss
has plugins can do these things. But I cannot find any way in stitches.The text was updated successfully, but these errors were encountered: