functions in CSS declarations (like CSS var
) are being incorrectly optimized
#1242
Labels
Milestone
var
) are being incorrectly optimized
#1242
Summary
When writing a CSS selector that has a CSS Variable (
Function
) that comes after something like anIdentifier
, the resulting CSS is incorrectly optimized with a space missing between theDeclaration
valuesInput
Output
and thus "breaks" in browsers
Details
Interestingly enough, the other way around works just fine
Input
Output
The text was updated successfully, but these errors were encountered: