stylelint-scss
Advanced tools
Changelog
4.0.1
operator-no-unspaced
false positive when using a loop (#575).operator-no-unspaced
don't check operators from data URIs (#574).parseSelector
function to match the one in stylelint repo (#567).no-global-function-names
removed checks functions that cause warnings for global CSS functions (min, max, filter) (#566).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.