Extract and group selectors from a style sheet by property or value.
Install extract-selectors globally to expose a simple command line interface:
npm install -g extract-selectors
Run extract-selectors -h
to view the available options.
# Preview selectors grouped by font family.
extract-selectors style.css --prop=font-family