stylelint-config-recommended
Advanced tools
Changelog
15.0.0
This release replaces four rules with broader and more capable ones that validate CSS against syntaxes defined by W3C: at-rule-descriptor-value-no-unknown
, at-rule-prelude-no-invalid
and declaration-property-value-no-unknown
.
stylelint
less than 16.13.0
from peer dependencies.color-no-invalid-hex
rule.function-linear-gradient-no-nonstandard-direction
rule.function-no-unknown
rule.unit-no-unknown
rule.string-no-newline
rule option to { ignore: ['at-rule-preludes', 'declaration-values'] }]
.at-rule-descriptor-no-unknown
rule.at-rule-descriptor-value-no-unknown
rule.at-rule-no-deprecated
rule.at-rule-prelude-no-invalid
rule.declaration-property-value-keyword-no-deprecated
rule.declaration-property-value-no-unknown
rule.media-feature-name-value-no-unknown
rule.Changelog
14.0.0
stylelint
less than 16.0.0
from peer dependencies.18.12.0
support.Changelog
13.0.0
stylelint
less than 15.10.0
from peer dependencies.media-query-no-invalid
rule.Changelog
12.0.0
stylelint
less than 15.5.0
from peer dependencies.declaration-block-no-duplicate-properties
option to ignore: ['consecutive-duplicates-with-different-syntaxes']
.Changelog
11.0.0
stylelint
less than 15.3.0
from peer dependencies.selector-anb-no-unmatchable
rule.Changelog
9.0.0
stylelint
less than 14.10.0
from peer dependencies.annotation-no-unknown
rule.