minify css and calc function
-
Hello author,
Thank you for this awesome plugin!
I’m having a problem. In my css, I use calc() https://www.w3schools.com/cssref/func_calc.asp. This function needs space in () to work. But when I enable minify css, it clears all spaces. calc(100% – 100px) will become calc(100%-100px). So it does not work correctly.
So, my question is: is there any way to solve this issue?
Thank you very much!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘minify css and calc function’ is closed to new replies.