-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
🐛 CSS parser fails to parse * in variable #4794
Comments
And similar issue with: @import "tailwindcss" source(none); |
Is it valid, stable, CSS syntax? |
I did a quick check and it doesn't look like it's a part of CSS spec. |
This isn't a rule, you can see that from the tooltip you just posted, it's written Biome couldn't parse the file because tailwind uses syntax that isn't still stable. Best thing is to ignore the file. |
You need to escape the asterisk, i.e: Edit: check tailwindlabs/tailwindcss#15533 |
Environment information
What happened?
The following tailwind v4 css syntax breaks the parser:
Expected result
Parser doesn't brake and accepts asterisk in the variable
Code of Conduct
The text was updated successfully, but these errors were encountered: