CSS minification breaks calc()
-
Hello Raul!
Thank you for the great plugin!It seems that minification library in FVM converts
--css-var: 0px;in to--css-var: 0;, which cause problems with thecalc(var(--css-var) + 10px)expression.See
fast-velocity-minify/libs/matthiasmullie/minify/src/CSS.php:564.Can we do something about it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS minification breaks calc()’ is closed to new replies.