diff --git a/README.md b/README.md index 765c06c..f5c6672 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ OPTIONS - --noOverqualifying - doesn't complain about overqualified selectors (ie: `div#foo.bar`) - --noUnderscores - doesn't complain about using underscores in your class names - --noUniversalSelectors - doesn't complain about using the universal `*` selector +- --prefixWhitespace - adds whitespace prefix to line up vender prefixed properties - --strictPropertyOrder - doesn't looking into your property ordering - --zeroUnits - doesn't complain if you add units to values of 0 @@ -89,6 +90,7 @@ The following options (and defaults) are available in the programatic api: - noUniversalSelectors: true - prefixWhitespace: true - strictPropertyOrder: true +- stripColors: false - zeroUnits: true The callback is fired when each instance has finished processessing an input. The callback is passed an array of of instances (one for each path). The instances have a bunch of useful things on them like the raw data and an array of output strings.