Skip to content

Commit

Permalink
add docs for whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jul 13, 2012
1 parent 221976e commit 3056d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3056d4a

Please sign in to comment.