CSS minify removes mandatory spaces in calc()
-
Using version 0.9.7.2, CSS minification removes mandatory spaces in
calc()
expressions. For example,margin: 0 calc(10% + 60px)
is turned intomargin:0 calc(10%+60px)
. This causes the value to be ignored in at least Chrome.The error does not occur when CSS minification is “Combine only”.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS minify removes mandatory spaces in calc()’ is closed to new replies.