CSS Var and Calc
-
I like this plugin, but the minification of css files breaks the styles of my site.
the minification mode removes unit values if they are zero, for example: if there is 0px, 0em and so on the frontend will just be 0, which in turn breaks css-calc because just 0 without a unit is not a valid entry
could you exclude css-var from the minification algorithm.
here’s an example: https://codepen.io/dimaeromin97/pen/YzZydmq
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS Var and Calc’ is closed to new replies.