-
Notifications
You must be signed in to change notification settings - Fork 49
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
postcss-color-function support #23
Comments
Looks like this might be blocked by css-modules/postcss-modules-values#5. |
I get the distinct impression you're the first person to use this who already has a preferred suite of PostCSS plugins :) I probably won't get a chance to dig in on this one for a few days, but the issue you linked looks like a good starting point. I may need a new issue label for "stuff I'm pretty sure is the underlying loader's fault but haven't actually tracked down yet." |
Just released 0.3.2, which includes a broccoli-css-modules version bump that should take care of this. |
count me as #2, I guess. |
Currently it isn't possible to use an imported
@value
in a PostCSS color function. For example:This results in:
By comparison this works fine:
I also tried moving
postcss-color-function
to the before hook but then the error message is:Which makes sense given that at that stage it's just a string.
The text was updated successfully, but these errors were encountered: