Tailwind CSS v4.0 #29810
Replies: 7 comments 2 replies
-
|
When is this being planned? |
Beta Was this translation helpful? Give feedback.
-
|
Would love to see v4 support because the current implementation is combining classes of all the apps.... |
Beta Was this translation helpful? Give feedback.
-
|
Yup that could be cool... |
Beta Was this translation helpful? Give feedback.
-
|
current nx 21 also creates tailwind 3.x configs instead can we have a option asking which tailwind version we prefer? or honestly just switch it to tailwind 4. |
Beta Was this translation helpful? Give feedback.
-
|
I just followed the migration guide from tailwind and it's working with the following steps (v21.0.3 using React + Vite) 1. npm install tailwindcss@latest @tailwindcss/postcss@latest postcss@latest, in my case I got2. change styles.cssbefore after 3. change postcss.config.jsbefore after 4. delete tailwind.config.js |
Beta Was this translation helpful? Give feedback.
-
|
Any update? Months waiting for a proper native tailwind v4 support in nx but no word from the team nor any relevant update for that... |
Beta Was this translation helpful? Give feedback.
-
|
We're probably disabling the native integration for Tailwind we had because you can easily go with CSS and configure it using the official Tailwind guides. I've written some blogposts and showing how you can use a sync generator to keep Tailwind CSS imports in sync in a monorepo environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade Tailwind CSS to version 4.0:
https://tailwindcss.com/blog/tailwindcss-v4
Beta Was this translation helpful? Give feedback.
All reactions