Should I Include @tailwind Directive Across Multiple CSS Modules? #8709
manavm1990
started this conversation in
General
Replies: 1 comment
-
Hello there, I've been using css module some time and you don't need to declare the @tailwind directive again on each module |
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.
-
In React, if using CSS modules across multiple components is it appropriate to repeat
@tailwind components
directive in each of these files such that we then have:I guess it is fine - just making sure and seeing 👀 how others might be doing this across CSS modules.
Beta Was this translation helpful? Give feedback.
All reactions