Tailwind CSS JIT Not Compiling Classes Inside @layer Directive
I am working on a Next.js project using Tailwind CSS with JIT mode enabled. I've encountered an issue where custom utility classes defined inside the @layer utilities block in my theme.css file are not being compiled and applied as expected.…