Replies: 1 comment 1 reply
-
Found a way to do exactly this by using |
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
-
Can
addUtilities
have an argument that adds them before tailwind ones so they have less specificity? I think this should be the default behaviour at least on my use case, I tend not to override tailwind utilities but to add utilities that can be modified by tailwind ones.Would be needed because if you add complex component utilities, you still want tailwind utilities to work on those components utilities.
For example I did a list spacing utility with list-2 with automatic margin, but i want to edit it with tailwind margins, and the margins don't work:
Or maybe a way to add
!important
only to some core utilities (margin).Beta Was this translation helpful? Give feedback.
All reactions