csstools/postcss-color-mod-function

Doesn't work with HEX colors

yepninja opened this issue · 3 comments

When using hex color (color-mod(#000000 b(50%))) it returns rgb(NaN, NaN, NaN)

Resolved by 4ab54f6

Published in 2.4.2

Thanks for reporting this, @evgeny-petukhov :)

Thanks for quick fix 👍