UXtemple / autoprefix

Adds vendor prefixes to an object of styles through autoprefixer
17 stars 0 forks source link

Use PostCSS 5.0 #3

Open ai opened 9 years ago

ai commented 9 years ago

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

dariocravero commented 9 years ago

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

ai commented 9 years ago

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

dariocravero commented 9 years ago

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.