Closed firstactivemedia closed 8 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
Up
You can now pass options into purifycss with #19
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? : )