stylelint-config-standard
Advanced tools
Changelog
19.0.0
stylelint
< 10.1.0 from peer dependencies. stylelint@10.1.0+
is required now.stylelint-config-recommended@3.0.0
.Changelog
17.0.0
stylelint-config-recommended
, which turns on the at-rule-no-unknown
rule. Therefore, if you use non-standard at-rules, like those introduced in SCSS and Less (e.g. @extends
, @includes
etc), be sure to extend the config and make use of at-rule-no-unknown
's ignoreAtRules: []
secondary option.Changelog
16.0.0
rule-nested-empty-line-before
and rule-non-nested-empty-line-before
rules with the rule-empty-line-before
rule.