specificity order tailwind classes in combination with normalize #16953
-
Hi all, Perhaps I'm missing something here, but noticed that tailwind classes like
Obviously, when the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After some tinkering around I think I solved the issue here by adding |
Beta Was this translation helpful? Give feedback.
After some tinkering around I think I solved the issue here by adding
layer(base)
to myNormalize
import. Not completely sure tis is the best solution, but it looks to solve my issue..