stylelint-scss
Advanced tools
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.Changelog
3.12.1
at-rule-conditional-no-parentheses
don't warn for function calls.map-keys-quotes
ignore math operators inside map values.operator-no-unspaced
was looking for operators inside @forward
and @use
.Changelog
3.12.0
no-duplicate-mixins
rule.at-rule-no-unknown
support for Sass' @forward
and @use
.Changelog
3.11.1
selector-nest-combinators
warning for @keyframes
.Changelog
3.10.1
dimension-no-non-numeric-values
rule.