css-compare
v0.0.15
Published
Normalizes and compares CSS output. Useful when changing CSS preprocessors.
Downloads
6
Readme
css-compare
Normalizes and compares CSS output. Useful when changing CSS preprocessors.
Installation
npm install -g css-compare
CLI
The command css-compare
is available upon installation.
Options:
-t, --test Test file: diff to. [required]
-c, --control Control file: diff from. [required]
-o, --output Output normalized CSS to a file.
-l, --label Label: override filename to display in diff.