EdMSL / postcss-color-converter

PostCSS plugin to convert colors between HEX, RGB, HSL and keyword color formats.
MIT License
7 stars 2 forks source link

Converts values containing calc or variables #2

Closed Tofandel closed 4 years ago

Tofandel commented 4 years ago

Given the property background: hsl(calc(10 + 20), 10%, 10%) or 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

EdMSL commented 4 years ago

Thanks for the problem found. I will fix this soon.

EdMSL commented 4 years ago

Fixed in 1.0.1.