It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released 1.0.0 of create-stylelint to help with first-time Stylelint setup.
- Fixed: clarity of problem messages (#9199) (@jeddy3).
- Fixed:
--print-configCLI flag to hide internal properties (#9194) (@ybiquitous). - Fixed:
function-url-quotesfalse positives when URLs have modifiers (#8702) (@immitsu). - Fixed:
selector-no-qualifying-typefalse positives for:has()(#9182) (@romainmenke).