stylelint-scss
Advanced tools
Changelog
2.0.1
selector-no-redundant-nesting-selector
now handles multiple nested selectors.Changelog
2.0.0
This version updates stylelint to version 8 and removes 2 rules that were deprecated in earlier versions.
peerDependencies
instead of dependencies
. This means that you need to have stylelint
installed in your project before using stylelint-scss
.at-import-no-partial-extension
at-mixin-no-argumentless-call-parentheses
Changelog
1.5.2
operator-no-unspaced
support escaped operators by handling them in sassValueParser
.declaration-nested-properties
support escaped selectors by checking for escaped characters in parseNestedPropRoot
.Changelog
1.5.1
at-rule-no-unknown
add missing export to ruleName
.at-rule-no-unknown
add options validation.Changelog
1.4.4
at-if-closing-brace-newline-after
: support @elseif
.Changelog
1.4.2:
findCommentsInRaws
if a comment is the first/last in a file/linefindCommentsInRaws
error in function detectionChangelog
1.4.1
at-else-closing-brace-space-after
and at-else-empty-line-before
rules.:not()
-like selectors, strings, numbers).Changelog
1.4.0
at-else-closing-brace-newline-after
rule.at-else-closing-brace-space-after
rule.at-if-closing-brace-newline-after
rule.at-if-closing-brace-space-after
rule.at-else-empty-line-before
rule.declaration-nested-properties
rule.declaration-nested-properties-no-divided-groups
rule.dollar-variable-empty-line-before
rule.ignore: "local"|"global"
to the dollar-variable-pattern
rule.docs
folder to npm
package.src
folder from npm
package.