stylelint-scss
Advanced tools
Changelog
1.4.4
at-if-closing-brace-newline-after
: support @elseif
.Changelog
1.4.3
at-mixin-no-argumentless-call-parentheses
messagesChangelog
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.Changelog
1.3.4
-
and +
at the operation start in operator-
rules.findCommentsInRaws
false positives on comments inside strings (applicable to rules double-slash-comment-inline
, double-slash-comment-whitespace-inside
, operator-no-unspaced
).Changelog
1.3.3
%
character by operator-
rules.operator-
rules.Changelog
1.3.2
findCommentsInRaws
fail on parsing selectors like p:not(.not-p)
(applicable to rules double-slash-comment-inline
, double-slash-comment-whitespace-inside
, operator-no-unspaced
).//
).findCommentsInRaws
giving wrong column number (applicable to rules double-slash-comment-inline
, double-slash-comment-whitespace-inside
, operator-no-unspaced
).Changelog
1.3.1
findCommentsInRaws
for multiline CSS comments and text for //-comments (double-slash-comment-
rules and operator-no-unspaced
rule).Changelog
1.3.0
at-mixin-argumentless-call-parentheses
rule (with "always"/"never" behavior as a replacement for at-mixin-no-argumentless-call-parentheses
).dollar-variable-colon-newline-after
rule.dollar-variable-colon-space-after
rule.dollar-variable-colon-space-before
rule.double-slash-comment-empty-line-before
rule.double-slash-comment-inline
rule.double-slash-comment-whitespace-inside
rule.operator-no-newline-after
rule.operator-no-newline-before
rule.operator-no-unspaced
rule.at-mixin-no-argumentless-call-parentheses
.partial-no-import
failing when linting a code string (not in an actual file, e.g. via stylelilnt Node API).