Adds 'reset' rule to docs

This commit is contained in:
Stephan Schneider 2015-06-11 21:07:42 +02:00
parent 00d9ba474c
commit 90a5f8a914

View File

@ -55,6 +55,7 @@ fix their warnings.
* [no-tabs](#no-tabs)
* [ordered-list-marker-style](#ordered-list-marker-style)
* [ordered-list-marker-value](#ordered-list-marker-value)
* [reset](#reset)
* [rule-style](#rule-style)
* [strong-marker](#strong-marker)
* [table-cell-padding](#table-cell-padding)
@ -1020,6 +1021,12 @@ be null or undefined in order to be ignored.
be the same as the relative starting point. When set to `'one'`, bullets
should always be `1`.
### reset
By default, all rules are turned on unless explicitly set to `false`.
When `reset: true`, the opposite is true: all rules are turned off,
unless when given a non-nully and non-false value.
### rule-style
```md