Skip to content
- Added:
declaration-colon-newline-after rule.
- Fixed: bug preventing various rules from registering the correct rule names in their warnings, and therefore also preventing them from being disabled with comments.
- Added: the
indentation rule now checks indentation of multi-line at-rule params, unless there's the except option of param.
- Fixed: the
color-no-invalid-hex rule no longer flags hashes in url() arguments.
- Added: support for end-of-line comments in
selector-list-comma-newline-after.
- Added: protection against
#${sass-interpolation} in rules checking for hex colors.
- Added: support for strings (translated to RegExps) in
custom-property-pattern and custom-media-pattern.
- Fixed: rules using
node.raw() instead of node.raws to avoid expected errors.