SCSS-Lint 0.35.0
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 oftransparent
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 optionsinclude
andexclude
to
additional_identifers
andexcluded_identifers
, respectively - Rename
VendorPrefixes
toVendorPrefix
- Add
animation*
properties to concentric.txt - Fix bug where attempting to lint a non-existent file would result in a crash