-
Notifications
You must be signed in to change notification settings - Fork 30
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
Color functions not being processed #6
Comments
this plugin doesn't use recent postcss api. Meanwhile, use var processors = [
colorFunction() // plugin is a function that generate a function
] |
Please keep this issue open. I will close when it will be "fixed". |
No problem. Thanks. |
Closed by 5682af2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beginner question. I'm running PostCSS/postcss-color-function via Gulp and tried a reduction to get to the bottom of my issue. I have this task:
Given this input:
I am getting this (same) output:
Is this due to the way I am configuring?
The text was updated successfully, but these errors were encountered: