cssd

Command line tool to find duplicate CSS selectors.

Usage no npm install needed!

<script type="module">
  import cssd from 'https://cdn.skypack.dev/cssd';
</script>

README

CSSD

Command line tool for finding duplicate css selectors.

Installation

$ npm install -g cssd

Usage

$ cssd file1.css

Print duplicate selectors within file1.css.

$ cssd file1.css file2.css

Print selectors that appear in both file1.css and file2.css.