-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse error when blend with hsl() #24
Comments
I also have this problem (see MoOx/postcss-cssnext#363). It seems that the blend function only works with simple color names (like |
I also hit the same issue. |
Same issue with Sass's lighten/darken functions |
#23 the same |
Is there any way to silence these messages? The function works correctly for me, just throws that error. |
If anyone else finds this thread, I fixed it by re-ordering the postcss plugins(I'm using webpack setup). For this to work and interpret a variable, it needs to come after the plugin that handles variables. For my setup:
WORKS, no error:
|
Error message says: Unable to parse color from string "hsl(330,"
can get the bug here too: http://cssnext.io/playground/
The text was updated successfully, but these errors were encountered: