Clean your CSS
Monitor the CSS used on your Web Applications. BleachCSS listen to real user actions to find unused selectors.
Less is more! Removing unused CSS makes your site load faster.
Over time, the CSS for large websites tends to become "append-only". Because it's too tedious and risky to find unused portions, developers won't ever clean up old CSS. BleachCSS detects selectors that are actually unused, and helps remove them from your code.
Two CSS properties walk into a bar.
— Thomas Fuchs (@thomasfuchs) July 28, 2014
A barstool in a completely different barfalls over.
By interacting only with your deployed application, BleachCSS keeps your build process unchanged.
BleachCSS creates small pull requests so you can control what is being removed and when it will be applied to your codebase.