1.0.0 • Published 7 years ago

extract-selectors v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

extract-selectors

Extract and group selectors from a style sheet by property or value.

Installation

Install extract-selectors globally to expose a simple command line interface:

npm install -g extract-selectors

Usage

CLI

Run extract-selectors -h to view the available options.

Examples

# Preview selectors grouped by font family.
extract-selectors style.css --prop=font-family
1.0.0

7 years ago