stylelint-scss
Advanced tools
Changelog
3.17.2
postcss-value-parser
dependency and dev dependencies to latest versions.Changelog
3.17.1
function-color-relative
false positives for CSS filter
property.Changelog
3.16.1
operator-no-unspaced
don't warn for negative numbers inside a function call in interpolated values.Changelog
3.16.0
no-global-function-names
rule.dollar-variable-first-in-block
rule.dollar-variable-empty-line-after
rule.function-color-relative
, function-quote-no-quoted-strings-inside
and function-unquote-no-unquoted-strings-inside
point the warning to the function name.Changelog
3.15.0
no-duplicate-dollar-variables
do not warn for duplicate variables that are in different scopes. A dollar variable is now considered a duplicate if it shadows a variable of the same name (see the Sass documentation).media-feature-value-dollar-variable
new option ignore: ["keywords"]
to not warn when the media feature value is a keyword value like none
, dark
, fine
, srgb
.double-slash-comment-empty-line-before
new options except: ["inside-block"]
and ignore: ["inside-block"]
.operator-no-unspaced
do not find operators in valid unquoted URLs.Changelog
3.14.2
operator-no-unspaced
ignore operators inside @at-root
.Changelog
3.14.1
at-import-partial-extension
don't warn for urls that have commas in them.Changelog
3.14.0
Changelog
3.13.0
at-rule-no-unknown
rule.