stylelint
Advanced tools
Changelog
1.1.0
declaration-colon-newline-after
rule.indentation
rule now checks indentation of multi-line at-rule params, unless there's the except
option of param
.selector-list-comma-newline-after
.#${sass-interpolation}
in rules checking for hex colors.custom-property-pattern
and custom-media-pattern
.color-no-invalid-hex
rule no longer flags hashes in url()
arguments.node.raw()
instead of node.raws
to avoid expected errors.Changelog
1.0.1
postcss-selector-parser
updated to improve location accuracy for selector-no-*
rules.Changelog
1.0.0
4.x
.5.0.2+
.Changelog
0.8.0
after-comment
ignore
option to the at-rule-empty-line-before
rule.indentation
rule now correctly handles *
hacks on property names.media-feature-colon-space-after
and media-feature-colon-space-before
rules now only apply to @media
statements.rule-no-shorthand-property-overrides
rule message is now consistent with the other messages.Changelog
0.7.0
validateOptions()
.Changelog
0.6.2
Changelog
0.6.1
rule-properties-order
and rule-no-duplicate-properties
rules now correctly check inside @rules.Changelog
0.6.0
validateOptions
to stylelint.utils
for use by authors of custom rules.custom-media-pattern
rule.number-max-precision
rule.Changelog
0.4.1
ruleTester
from stylelint.utils
because of the additional dependencies it forces.