sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
692 stars 50 forks source link

Adhere to runner guidelines #28

Closed sindresorhus closed 9 years ago

sindresorhus commented 9 years ago

Use async API and other things:

https://github.com/postcss/postcss/blob/master/Runner%20Guidelines.md

kevva commented 9 years ago

Looks like autoprefixer-core doesn't expose that. We could use postcss and run autoprefixer as a plugin instead.