Environment information
What happened?
Biome is unable to parse this Tailwind custom variant:
@custom-variant max-xxs (@media (max-width: 320px));
 
Getting this error:
Expected a selector but instead found '@'.
But this is valid syntax according to the Tailwind docs.
Playground link
Expected result
Biome should be able to parse this Tailwind syntax.
Code of Conduct