stylelint-scss
Advanced tools
Changelog
3.1.1
operator-no-newline-before
and operator-no-unspaced
rules were throwing an error when using CSS custom properties.Changelog
3.0.1
at-function-named-arguments
now ignores Sass maps.Changelog
3.0.0
at-else-empty-line-before
autofix (#221).at-else-if-parentheses-space-before
autofix (#222).at-function-parentheses-space-before
autofix (#223).at-mixin-parentheses-space-before
autofix (#224).dollar-variable-empty-line-before
autofix (#226).dollar-variable-colon-space-after
autofix (#227).dollar-variable-colon-space-before
autofix (#227).at-else-closing-brace-space-after
autofix (#228).at-if-else-closing-brace-space-after
autofix (#228).at-else-closing-brace-newline-after
autofix (#229).at-if-closing-brace-newline-after
autofix (#229).double-slash-comment-empty-line-before
autofix (#230).dollar-variable-colon-newline-after
autofix (#231).Changelog
2.5.0
at-least-one-space
option to dollar-variable-colon-space-after
rule.dollar-variable-colon-newline-after
now does not require a newline for Sass maps and multiline variables with parentheses when always-multi-line
option is used.Changelog
2.4.0
dollar-variable-colon-newline-after
now allows multiline variables when always
option is used.Changelog
2.2.0
at-function-named-arguments
rule.at-mixin-named-arguments
rule.Changelog
2.1.0
at-else-if-parentheses-space-before
rule.at-function-parentheses-space-before
rule.at-mixin-parentheses-space-before
rule.