- Developers often leave unused CSS rules in style sheets from old code or libraries. This wastes bandwidth and slows page loads.
- The document describes a proof of concept that uses uncss, grunt-uncss, and PhantomJS to automatically remove unused CSS rules from style sheets based on the DOM elements found on sample pages.
- It generates a new "all.min.un.css" file that is significantly smaller than the original style sheets, saving on file size and improving performance.