Minifying CSS breaks clamp()
-
Hey,
Haven’t checked with CSS calc() but clamp() is being broken when Breeze minifies the CSS.
for example:
clamp(1rem, 2vw + 0.5rem, 3rem) becomes clamp(1rem,2vw+0.5rem,3rem) which makes it invalid since spaces around + (or -, *, /) are required for it to be valid CSS and be parsed properly.Any ways to work around this except excluding specific CSS files?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Minifying CSS breaks clamp()’ is closed to new replies.