postcss / postcss-color-function

PostCSS plugin to transform W3C CSS color function to more compatible CSS
MIT License
323 stars 31 forks source link

parse error when blend with hsl() #32

Closed FourwingsY closed 7 years ago

FourwingsY commented 7 years ago
.test {
  color: color(hsl(210, 10%, 85%) blend(hsl(330, 50%, 70%) 50%));
}

Error message says: Unable to parse color from string "hsl(330," can get the bug here too: http://cssnext.io/playground/

MoOx commented 7 years ago

This module is just a wrapper of https://github.com/ianstormtaylor/css-color-function. Please report the issue over there. Thank you.