stylelint-scss
Advanced tools
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.Changelog
3.10.0
at-if-no-null
rule.at-import-partial-extension
rule.at-rule-conditional-no-parentheses
rule.dimension-no-non-numeric-values
rule.Changelog
3.9.4
selector-nest-combinators
rule throwing an error when using nested props.Changelog
3.9.3
map-keys-quotes
warning for unquoted numeric keys.Changelog
3.9.2
selector-no-union-class-name
throwing an error when using nested @
-rules.Changelog
3.9.1
selector-no-union-class-name
false positives for id, attribute, and pseudo selectors.