You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a brand new next.js 15 project. Tailwind v4 is only building base css and theme variables, all classes used within source files are ignored.
I have tried to turn off turbopack with no success. Rolling back node to v20 also doesn't help. Tried using postcss.config.json file format instead of current one also with no success.