Skip to content

Postcss support #91

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

Open
lancetharper opened this issue May 9, 2018 · 6 comments
Open

Postcss support #91

lancetharper opened this issue May 9, 2018 · 6 comments

Comments

@lancetharper
Copy link

Would love to get support for postcss. I've forked to explore this and am hopeful to submit a PR for it

@jeremyzahner
Copy link
Contributor

@lancetharper Maybe look at the SASS/SCSS implementation since it should be the most complete one.

@lancetharper
Copy link
Author

@jeremyzahner I looked at the SASS examples and they are using renderSync. It looks like postcss needs to be async to support async plugins though. Is this even possible without rewriting all of vue-jest to be async?

@eddyerburgh
Copy link
Member

vue-jest can't be async, because jest transforms can't be async.

What plugins need to be async?

@lancetharper
Copy link
Author

I'm not sure which ones are, I just get a warning saying async plugins won't work if postcss isn't run async.

I don't know if there is a sync method for automatically loading the configs either.

@mrvasia
Copy link

mrvasia commented Sep 3, 2019

#195 guys please take a look on my PR

@pumano
Copy link

pumano commented Jun 17, 2020

any news about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants