-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Multiple @source in the same directory doesn't load all sources #16164
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
Would you be able to provide a full reproduction please (such as a remotely-hosted git repository)? |
Hey! I was trying to reproduce this in our Vite playground but it seems to be working as expected in my setup. Do you mind sharing a minimal git repository that reproduces this issue? |
May I have access to this Vite playground? |
@RomainMazB It's a very basic setup you can find here: https://github.com/tailwindlabs/tailwindcss/tree/main/playgrounds/vite |
@RomainMazB Hey! Quick nudge regarding the repro. Unfortunately there's not much we can do since this is working when we tested it :/ |
Going to close this issue for now as we can't really look into this without a reproduction (this was working when I tried it in a small Vite playground). Feel free to reopen an issue when you have a small repo to attach but for now I'm going to close this one. Thanks for your understanding! |
What version of Tailwind CSS are you using?
For example: v4.0.3
What build tool (or framework if it abstracts the build tool) are you using?
For example: laravel-mix 6.0.49
What version of Node.js are you using?
For example: v12.0.0
What browser are you using?
N/A
What operating system are you using?
Linux
Describe your issue
Working with Vue & Laravel, I wanted to load classes from the js directory and the views one as well:
This actually doesn't work as expected, no matter which order I chose, only the classes contained in the views directory are analyzed.
That said, this undocumented config works:
But I suspect that the one mentioned in the documentation isn't working if used in a project:
The text was updated successfully, but these errors were encountered: