-
-
Notifications
You must be signed in to change notification settings - Fork 984
🐛 px-* breaks tailwind parsing #8708
Copy link
Copy link
Labels
A-ParserArea: parserArea: parserL-CSSLanguage: CSS and super languagesLanguage: CSS and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Metadata
Metadata
Assignees
Labels
A-ParserArea: parserArea: parserL-CSSLanguage: CSS and super languagesLanguage: CSS and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Environment information
Details
What happened?
When creating a utility with a parameter (
-*) in Tailwind v4, Biome's parser reports the error:Escaping the characters with backslashes stops Biome from reporting the error, but breaks Tailwind.
Code:
I've added the
tailwindDirectivesto my biome.json file without success.Expected result
Should not report an error
Code of Conduct