-
Notifications
You must be signed in to change notification settings - Fork 115
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
Allow transform callback to return a promise #117
Comments
Don't think it's supported at the moment. |
Seems like an interesting idea of integration. |
@jeddy3 Only after |
Awesome, thanks for adding this @TrySound |
So this is good now @TrySound? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of the
async
API it'd be great to return a promise from thetransform
method. The reason is to allow usage of postcss plugins that are async, like 3.x ofstylelint
.Unless there's a way to do something like this already?
The text was updated successfully, but these errors were encountered: