Open ai opened 9 years ago
Amazing :) I'll check it out these days. One question though, does it work synchronously?
Sync. We can add async parsers in next release, but why you need it?
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 notifications@github.com 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 https://github.com/UXtemple/autoprefix/issues/3#issuecomment-132982855.
New PostCSS 5.0 brings custom syntax, so you can convert JS object to PostCSS AST without stringifing/reparsering step.