stylelint 7.0.3
- Fixed: bug causing rules in extended configs to be merged with, rather than replaced by, the extending config.
- Fixed:
selector-class-patternnow ignores fractional keyframes selectors. - Fixed:
selector-max-specificitynow ignores selectors containing thematches()pseudo-class, and warns if the underlyingspecificitymodule cannot parse the selector. - Fixed:
selector-no-typewith secondary optionignore: ["descendant"]will now resolve nested selectors.