I just ran into a scenario where a minification tool altered var(--0) to var(-0), I think it has a rule to change -0 to 0.
If I could adjust the variable names some how, either adding a prefix, setting a starting value or providing a function for variable names, that would have given me some way to continue using this tool.
I just ran into a scenario where a minification tool altered
var(--0)tovar(-0), I think it has a rule to change-0to0.If I could adjust the variable names some how, either adding a prefix, setting a starting value or providing a function for variable names, that would have given me some way to continue using this tool.