sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

Mention about possibility to use postCSS instead #62

Closed simison closed 8 years ago

simison commented 8 years ago

While this plugin is great if one doesn't need anything else but autoprefixing, I'm kinda missing information from readme which would suggest to use postcss autoprefixer plugin instead: https://github.com/postcss/autoprefixer#gulp

Using postcss seems to be recommended way by the Gulp team anyway: https://github.com/gulpjs/plugins/issues/210

Now people might be adding CSS minifiers and autoprefixers separately to their build scripts, while they really should be adding postfix with these plugins instead.

Thoughts?

simison commented 8 years ago

Now, a bit more neutral title. :-)

sindresorhus commented 8 years ago

Sure. PR welcome.

simison commented 8 years ago

Aight! ^ Just scribbled something.