Skip to content

SCSS-Lint 0.35.0

Compare
Choose a tag to compare
@sds sds released this 20 Mar 17:18
· 580 commits to main since this release

This is primarily a bugfix release, but with some backwards incompatible changes to the VendorPrefixes (now called VendorPrefix) linter and its configuration options.

  • Fix ColorVariable to not report occurrences of transparent when appearing
    in function calls or list literals
  • Fix infinite loop in control comment processor when dealing with parse nodes
    with no children with line numbers
  • Change VendorPrefix config options include and exclude to
    additional_identifers and excluded_identifers, respectively
  • Rename VendorPrefixes to VendorPrefix
  • Add animation* properties to concentric.txt
  • Fix bug where attempting to lint a non-existent file would result in a crash