Replies: 7 comments 13 replies
-
Perhaps you need to use the |
Beta Was this translation helpful? Give feedback.
-
I think this is the 2nd time tailwind has just ignored upgrading for frameworks. Not everyone can "just use css", especially when you have a ton of ui components already. Continually these utility frameworks time and time again prove that you can't rely on them if you want to be productive. Every now and then it's "well, just do it this way. I don't care about your use case. No we won't be supporting it". Time to rewrite everything without tailwind! |
Beta Was this translation helpful? Give feedback.
-
@eliotis Im facing this exact error upgrading my teams Nx repo to use tailwind v4 with Angular 19. I have installed the necessary packages, Added the .postcssrc.json to the root of my repo And updated my import in my shared base.scss This is where im facing the error now. How or where does the |
Beta Was this translation helpful? Give feedback.
-
@eliotis Which upgrade instruction did you follow?
|
Beta Was this translation helpful? Give feedback.
-
Hi @vinnyo, I faced similar issues when migrating to DaisyUI v5 (depends on TW4) in my Angular/NX monorepo. Finally solved by this PR: https://github.com/ODZ-UJF-AV-CR/GAPP/pull/1/files. Hope it might help you. |
Beta Was this translation helpful? Give feedback.
-
Im using a nx Monorepo with Angular and PrimeNG and facing the same issue when upgrading to v4. I created a |
Beta Was this translation helpful? Give feedback.
-
Anyone managed to add tailwind v4 to Angular applications (that use scss) inside NX Monorepo? I can confirm that in Angular 19 with scss it works, but not inside NX Monorepo :( |
Beta Was this translation helpful? Give feedback.
-
After following instructions for the Angular upgrade to Tailwind 4.0 I get a bunch of this:
for many utility classes that previously worked fine. I created the
.postcssrc.json
file as instructed (not building without it) What am I missing?Beta Was this translation helpful? Give feedback.
All reactions