Questions tagged [uncss]

UnCSS is a handy utility designed for stripping away any unused CSS code present in your stylesheets. It can effectively analyze multiple files and also has the ability to handle Javascript-injected CSS without any issues.

The UnCSS exclusion feature seems to be malfunctioning

I am attempting to eliminate unnecessary CSS using uncss, but it seems to be removing all styles regardless of whether they are included in the ignore array. The two files I need to compare are the index file and the app.min.js file, which includes all te ...