Csscss

This is a pretty brilliant tool for anyone maintaining larger sets of CSS. The little Ruby gem parses any passed in CSS files and finds duplicated rule sets. I’d recommend using it with the -n flag to only include duplications with a minimum number of matches (in the case of my current day job, eight or more.) The savings were significant: after some cleanup I saved several hundred lines of CSS, a big win for performance and organization.