Issue with Calc when minifying
-
When I minify my CSS, my calc rule “left: calc(7% + 179px);” gets turned into “left: calc(7%+179px);”, and fails to work. Is there any way to preserve the whitespace? I tried all the other CSS minify methods.
- The topic ‘Issue with Calc when minifying’ is closed to new replies.