Skip to content

SCSS-Lint 0.37.0

Compare
Choose a tag to compare
@sds sds released this 13 Apr 01:15
· 542 commits to main since this release

A relatively minor release that may require you to update your configuration if you utilize the BEM-related conventions in NameFormat or SelectorFormat.

  • Rename BEM option on SelectorFormat to strict_BEM to emphasize that
    this is a particular dialect which may not be what developers expect
  • Allow SelectorFormat convention explanations to be customized via the
    #{type}_convention_explanation and convention_explanation options
  • Add camel_case and snake_case conventions to NameFormat
  • Remove BEM convention from NameFormat, as it didn't make sense in this
    context since NameFormat does not deal with selectors
  • Add support for function, mixin, or variable-specific conventions to
    NameFormat
  • Add support for custom convention explanations to NameFormat