Skip to content
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

Use PostCSS 5.0 #3

Open
ai opened this issue Aug 19, 2015 · 3 comments
Open

Use PostCSS 5.0 #3

ai opened this issue Aug 19, 2015 · 3 comments

Comments

@ai
Copy link

ai commented Aug 19, 2015

New PostCSS 5.0 brings custom syntax, so you can convert JS object to PostCSS AST without stringifing/reparsering step.

@dariocravero
Copy link

Amazing :) I'll check it out these days. One question though, does it work synchronously?

@ai
Copy link
Author

ai commented Aug 20, 2015

Sync. We can add async parsers in next release, but why you need it?

@dariocravero
Copy link

Perfect, I need it to be sync because of the way babel works. I'll give it
a go then :) Thanks a lot for bringing it up again

On Thu, Aug 20, 2015 at 12:39 PM Andrey Sitnik [email protected]
wrote:

Sync. We can add async parsers in next release, but why you need it?


Reply to this email directly or view it on GitHub
#3 (comment).

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

No branches or pull requests

2 participants