stylelint-scss
Advanced tools
Changelog
3.3.2
at-function-parentheses-space-before
) and mixin (at-mixin-parentheses-space-before
) names.Changelog
3.3.1
at-function-named-arguments
correctly parse function arguments with trailing commas.Changelog
3.3.0
at-function-named-arguments
add ignoreFunctions
option.at-function-named-arguments
correctly parse data uris as function parameters.Changelog
3.2.0
no-dollar-variables
rule.ignoreInside
and ignoreInsideAtRules
options to no-duplicate-dollar-variables
rule.operator-no-unspaced
no longer warns for unicode-range
property.Changelog
3.1.3
operator-no-newline-after
and operator-no-newline-before
rules.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).