Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 499 Bytes

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.