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
tailwind
configs inglobals.css
which is in ui package. So now for using components of this ui package I want to use tailwind which is defined in ui intocomponents
package. I have imported that css as well but tailwind intellisense isn't picking it up.here is
globals.css
So as shown in above
@source
is 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