-
Notifications
You must be signed in to change notification settings - Fork 4.5k
@source Not Working as Expected During Build Process #17601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Trying to debug this to identify where the issue is in tailwind. Much easier to reproduce with the cli.
This will work, and include the classes that are needed by shadcn in the packages/ui
This will not work, and shake out classes that are used! So it looks |
I have the same issue. When I change it to this: |
I could reproduce it with Turbopack and NextJS in a vanilla app |
What version of Tailwind CSS are you using?
For example: v4.1.3
What build tool (or framework if it abstracts the build tool) are you using?
Vite 6.2.5
What version of Node.js are you using?
v20.18.1
What browser are you using?
Edge 135.0.3179.54
What operating system are you using?
mac OS 15.4
Reproduction URL
https://github.com/mafifi/monorepo
Describe your issue
Try running laifu-nini in preview, this will look visually correct.
Edit the app.css file inside laifu-nini and edit
to
This will break visually.
There appears to be an inherit limit on the number of files / directories,
@source
will accept.The text was updated successfully, but these errors were encountered: