stylelint
Advanced tools
Changelog
10.0.0
styled
and jsx
syntax options that were replaced with css-in-js
in v9.10.0 (#4007).--allow-empty-input
flag for the old behavior (#3965).lib/rules/index.js
(#3923).at-rule-property-requirelist
rule (#3997).disallowInList
to no-duplicate-selectors
(#3936).ignore: ["comments"]
to block-no-empty
(#4008).color-no-invalid-hex
false negatives for CSS-in-JS (#3957).feature-name-no-unknown
false positives for prefers-color-scheme
(#3951).function-calc-no-invalid
false positives for negative numbers (#3921).no-descending-specificity
false positives for vendor prefixed pseudo-elements (#3929).selector-max-*
false negatives for nested at-rules (#3959).selector-max-universal
are now evaluated separately (#4263).value-keyword-case
autofix for single-line comments within maps (#4019).