stylelint-scss
Advanced tools
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).Changelog
1.2.1
at-function-pattern
, at-mixin-pattern
failing if there are parens inside a parameters list.Changelog
1.2.0
partial-no-import
rule.media-feature-value-dollar-variable
rule.at-import-partial-extension-blacklist
rule.at-import-partial-extension-whitelist
rule.at-import-no-partial-extension
rule.dollar-variable-no-missing-interpolation
was throwing an error on older Node.js versions.Changelog
1.1.1
at-function-pattern
, at-mixin-pattern
.selector-no-redundant-nesting-selector
.Changelog
1.1.0
at-mixin-no-argumentless-call-parentheses
rule.at-import-no-partial-leading-underscore
rule.at-import-no-partial-extension
rule.percent-placeholder-pattern
rule.selector-no-redundant-nesting-selector
no longer warns about BEM syntax.warning
/ error
and report ignore
instead.Changelog
1.0.0
at-extend-no-missing-placeholder
rule.at-function-pattern
rule.at-mixin-pattern
rule.dollar-variable-no-missing-interpolation
rule.dollar-variable-pattern
rule.selector-no-redundant-nesting-selector
rule.