stylelint
Advanced tools
Changelog
0.8.0 - 2015-09-02
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 - 2015-08-09
validateOptions()
.Changelog
0.6.2 - 2015-08-04
Changelog
0.6.1 - 2015-08-04
rule-properties-order
and rule-no-duplicate-properties
rules now correctly check inside @rules.Changelog
0.6.0 - 2015-07-31
validateOptions
to stylelint.utils
for use by authors of custom rules.custom-media-pattern
rule.number-max-precision
rule.Changelog
0.4.1 - 2015-07-24
ruleTester
from stylelint.utils
because of the additional dependencies it forces.Changelog
0.4.0 - 2015-07-24
jsesc
devDependency.rule-no-shorthand-property-overrides
rule.ruleTester
to stylelint.utils
for use by authors of custom rules.Changelog
0.3.2 - 2015-07-23
hierarchicalSelectors
bug in indentation
rule.