purifycss / grunt-purifycss

Remove unused CSS with the grunt build tool
MIT License
163 stars 21 forks source link

Finding rejected CSS #13

Closed firstactivemedia closed 8 years ago

firstactivemedia commented 9 years ago

usign the purify cli tool I can do this to get a file containing only the rejected css rules, is there any way to do this using grunt? : )

purifycss my.css the.html --rejected > rejected.css
Adrien-D commented 8 years ago

Up

kennyt commented 8 years ago

You can now pass options into purifycss with #19