Anyone not using Tailwind in a Phoenix project?

We learned a big lesson from Tailwind, especially with the release of version 4. If you own a UI library and are planning to have many components (more then 90), it’s better to write pure CSS instead of using Tailwind. Unfortunately, for the Mishka Chelekom project, there’s no turning back, we have to continue with Tailwind.

From version 2 to 3, some parts of the code changed, and now it’s been a week that we’ve been dealing with code issues caused by the changes in priority in Tailwind version 4.

All colors changed in Tailwind 4 for example :upside_down_face:

6 Likes