Skip to content

SCSS-Lint 0.44.0

Compare
Choose a tag to compare
@sds sds released this 22 Jan 02:40
· 291 commits to main since this release

A release consisting mostly of bug fixes and adding to the list of recognized properties. One noteworthy new feature is the global severity option, which allows you to change the default severity of all linters (by default they are all warnings).

New Features

  • Add --color and --no-color options
  • Add global severity option to allowing you to specify the default severity
    for all linters

Changes

  • Add ::content and ::shadow to list of elements recognized by PseudoElement
  • Add background-attachment, transform-{box,origin,style}, and transform-{delay,duration,property,timing-function} properties to SMACSS property sort order list
  • Add support for CSS Logical Properties to PropertySpelling
  • Add initial to list of special values in VariableForProperty
  • Add ::-webkit-full-page-media, ::-webkit-search-decoration, and ::-webkit-search-results-decoration pseudo elements to PseudoElement
  • Add backdrop-filter to list of known properties

Bug Fixes

  • Fix UnnecessaryParentReference to not report selectors with multiple parent references
  • Fix PropertySortOrder to properly handle duplicated properties
  • Fix NameFormat to report incorrectly-named variables passed as function
    arguments