Skip to content
- Added:
no-unknown-custom-media (#7594) (@fpetrakov).
- Added:
ignoreLonghands: [] to declaration-block-no-redundant-longhand-properties (#7611) (@Mouvedia).
- Added:
ignore: ["keyframe-selectors"] to rule-selector-property-disallowed-list (#7572) (@emmacharp).
- Added: experimental support for post processors (#7568) (@YuanboXue-Amber).
- Fixed:
declaration-block-no-redundant-longhand-properties autofix conflicts (#7626) (@Mouvedia).
- Fixed:
declaration-block-no-redundant-longhand-properties autofix for text-decoration (#7611) (@Mouvedia).
- Fixed:
declaration-block-no-shorthand-property-overrides false negatives for border (#7585) (@fpetrakov).
- Fixed:
declaration-block-no-shorthand-property-overrides false negatives for font and border (#7606) (@Mouvedia).
- Fixed:
function-calc-no-unspaced-operator false negatives for some math functions (#7619) (@Mouvedia).
- Fixed:
function-no-unknown false positives for anchor and anchor-size (#7607) (@Mouvedia).
- Fixed:
selector-max-attribute end positions (#7592) (@romainmenke).
- Fixed:
selector-max-class end positions (#7590) (@romainmenke).
- Fixed:
selector-max-combinators end positions (#7596) (@romainmenke).
- Fixed:
selector-max-compound-selectors end positions (#7599) (@romainmenke).
- Fixed:
selector-max-pseudo-class end positions (#7598) (@romainmenke).
- Fixed:
selector-max-universal end positions (#7597) (@romainmenke).
- Fixed:
selector-type-no-unknown false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).