Skip to content
- Added: (experimental) support for Less syntax.
- Added: support for SugarSS syntax.
- Added: exposed
stylelint.createRuleTester().
- Added:
function-max-empty-lines rule.
- Added:
declaration-block-no-ignored-properties rule.
- Added:
function-url-data-uris rule.
- Fixed:
block-closing-brace-newline-after use of "single space", rather than "newline", in its messages.
- Fixed:
function-comma-space-after, function-comma-space-before, function-parentheses-newline-inside and function-parentheses-space-inside now ignore SCSS maps.
- Fixed:
property-value-blacklist and -whitelist no longer error on properties without a corresponding list entry.
- Fixed:
font-weight-notation now ignores initial value.
- Fixed:
selector-id-pattern now ignores selectors with Sass interpolation.
- Fixed:
selector-class-pattern now ignores selectors with Sass interpolation.
- Fixed:
no-unknown-animations now ignores none, initial, inherit, unset values.
- Fixed:
max-line-length options validation.
- Fixed:
function-calc-no-unspaced-operator accepts newlines.
- Fixed:
block-closing-brace-newline-after accepts single-line comments immediately after the closing brace.
- Fixed:
selector-no-id now ignores keyframe selectors.
- Fixed:
unit-blacklist and unit-whitelist now ignores url functions.
- Fixed:
function-* rules should all now ignore all Sass maps and lists.