stylelint 6.3.3
- Fixed:
block-closing-brace-newline-beforeno longer delivers false positives for extra semicolon. - Fixed:
declaration-block-no-ignored-propertiesnow detects use ofvertical-alignwith block-level elements. - Fixed:
font-family-name-quotesis now case insensitive when hunting for font-family properties. - Fixed:
number-zero-length-no-unitnow ignoresdeg,grad,turnandradunits. - Fixed:
selector-no-typedoes a better job when ignoring descendant and compound selectors.