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
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.
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#gulpUsing
postcss
seems to be recommended way by the Gulp team anyway: https://github.com/gulpjs/plugins/issues/210Now 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?