stylelint-scss
Advanced tools
Changelog
3.4.4
postcss-selector-parser
dependency to 5.0.0 (major version bump) with a memory leak fix and other bug fixes.Changelog
3.4.3
double-slash-comment-whitespace-inside
fix error being thrown when using two backslashes inside a string.Changelog
3.4.2
operator-no-unspaced
no longer warns for relative url paths.Changelog
3.4.1
at-function-named-arguments
was not correctly handling functions inside Sass maps.Changelog
3.4.0
at-mixin-argumentless-call-parentheses
autofix (#280).partial-no-import
correctly handle import parameters with urls (#283).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.