nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

grunt-postcss? #60

Closed ai closed 10 years ago

ai commented 10 years ago

@w0rm created good gulp-postcss to combine several PostCSS processors (like Autoprefixer, MQPacker, CSSWrings, postcss-calc or postcss-var) and parse CSS only once.

Maybe we need same plugin for Grunt?

nDmitry commented 10 years ago

@ai, I'd make one, but don't have much time right now. Hopefully later in August or early September (though this one for Gulp looks simple).

nDmitry commented 10 years ago

Here we go https://github.com/nDmitry/grunt-postcss

ai commented 10 years ago

Awesome. I will add it to Autoprefixer and PostCSS docs today :).