Bad CSS minification
-
Hi there!
Minification breaks my CSS values, seems that happens when
calc
function occurs more than once inside another function / parentheses.Actual example:
clip-path: polygon(1.3em 0%, calc(100% - 1.3em) 0%, 100% 50%, calc(100% - 1.3em) 100%, 1.3em 100%, 0% 50%);
Minification output:
clip-path:polygon(1.3em 0%,calc(100% - 1.3em) 0%,100% 50%,100%,1.3em 100%,0% 50%)
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Bad CSS minification’ is closed to new replies.