stylelint-scss
Advanced tools
Changelog
3.21.0
no-global-function-names
handle interpolated values and add mappings for color functions.Changelog
3.20.1
comment-no-empty
remove duplicate rule name from rule's rejected message and improve readme.at-rule-no-unknown
remove duplicate rule name from rule's rejected message.Changelog
3.20.0
dollar-variable-first-in-block
to support @use
and @forward
when using the ignore: ["imports"]
option.selector-nest-combinators
throwing an error when certain type of nesting was used.dimension-no-non-numeric-values
throwing an error for certain type of unitless interpolation.Changelog
3.19.0
ignoreDefaults
option to no-duplicate-dollar-variables
rule.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.