Normalizes and compares CSS output. Useful when changing CSS preprocessors.
npm install -g css-compare
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.