Closed Tofandel closed 4 years ago
Given the property background: hsl(calc(10 + 20), 10%, 10%) or background: hsl(var(--hue), 10%, 10%)
background: hsl(calc(10 + 20), 10%, 10%)
background: hsl(var(--hue), 10%, 10%)
The plugin will try to convert it but will fail and replace it with #000000 which is not correct, it should leave them as is
#000000
Thanks for the problem found. I will fix this soon.
Fixed in 1.0.1.
Given the property
background: hsl(calc(10 + 20), 10%, 10%)
orbackground: hsl(var(--hue), 10%, 10%)
The plugin will try to convert it but will fail and replace it with
#000000
which is not correct, it should leave them as is