Relative Content

Tag Archive for javascriptcssnext.jsconfigurationtailwind-css

Tailwind CSS Utility Classes Not Recognized in Next.js 14 Until Rebuild

I’m using Next.js 14 with Tailwind CSS in my project. I’ve noticed that Tailwind CSS utility classes are not always recognized immediately when I add them.
To see the new utility classes in action, I have to stop the development server, delete the .next build folder, and then restart the server.