+1 vote
in JavaScript by
How to Removing Unused CSS in Grunt.JS

1 Answer

0 votes
by
Removing Unused CSS
Removing Unused CSS

grunt-uncss task helps in removing unused CSS from your projects with UnCSSgrunt-uncss works across multiple files and supports dynamically injected CSS as well.

Installing the grunt-uncss could be achieved through the subsequent means

$ npm install grunt-uncss --save-dev
...