SCSS-Lint 0.44.0
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 warning
s).
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 byPseudoElement
- Add
background-attachment
,transform-{box,origin,style}
, andtransform-{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 inVariableForProperty
- Add
::-webkit-full-page-media
,::-webkit-search-decoration
, and::-webkit-search-results-decoration
pseudo elements toPseudoElement
- 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