Command line tool to find duplicate CSS selectors.
npm install cssd
$ cssd file1.cssPrint duplicate selectors within file1.css.
file1.css
$ cssd file1.css file2.cssPrint selectors that appear in both file1.css and file2.css.
file2.css