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
None of the classes defined in any of the *.tsx files are being processed in the output css.
I have spent more than a few hours trying different configurations in a private project, however I could not get any class names to appear in the output CSS in either dev or build modes. I even tried the @sources to manually include the files, custom tailwind.config.js to define "content" sources, but nothing I tried seemed to work. Even the NextJS playground does not work correctly.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v4.0.0-beta.9
What build tool (or framework if it abstracts the build tool) are you using?
NextJS: 15.1.4
@tailwindcss/postcss: 4.0.0-beta.9
What version of Node.js are you using?
v20.9.0
Reproduction URL
https://github.com/[maddog986/nextjs-tailwindv4](https://github.com/maddog986/nextjs-tailwindv4)
Describe your issue
None of the classes defined in any of the *.tsx files are being processed in the output css.
I have spent more than a few hours trying different configurations in a private project, however I could not get any class names to appear in the output CSS in either dev or build modes. I even tried the @sources to manually include the files, custom tailwind.config.js to define "content" sources, but nothing I tried seemed to work. Even the NextJS playground does not work correctly.
The text was updated successfully, but these errors were encountered: