Configuring tailwindcss v4 in monorepo #18016
Unanswered
himanshu634
asked this question in
Help
Replies: 0 comments
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.
-
Hey,
I am using tailwindcss v4 in my monorepo project. And I have defined
tailwindconfigs inglobals.csswhich is in ui package. So now for using components of this ui package I want to use tailwind which is defined in ui intocomponentspackage. I have imported that css as well but tailwind intellisense isn't picking it up.here is
globals.cssSo as shown in above
@sourceis defined for setup of tailwindcss. still when I import this css into other package isn't working.Beta Was this translation helpful? Give feedback.
All reactions