| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 17.5.0 source code.tar.gz | 2026-03-19 | 853.4 kB | |
| 17.5.0 source code.zip | 2026-03-19 | 1.4 MB | |
| README.md | 2026-03-19 | 1.4 kB | |
| Totals: 3 Items | 2.3 MB | 0 | |
It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.
- Deprecated:
*syntaxoptions fromdeclaration-property-value-no-unknown(#9102) (@ragini-pandey). - Added:
ignoreMediaFeatureNameValues: {}tomedia-feature-name-value-no-unknown(#8976) (@kovsu). - Fixed:
node_modulesnot ignored when usingcodeFilenamein Node.js API (#9130) (@adalinesimonian). - Fixed:
Error TS7016for importedcss-treetypes (#9133) (@ragini-pandey). - Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for function arguments (#9116) (@ragini-pandey). - Fixed:
declaration-property-value-no-unknownfalse positives forcalc-size()containingsizekeyword (#9105) (@hriztam). - Fixed:
no-descending-specificity&no-duplicate-selectorsfalse negatives for equivalent compound selectors (#8977) (@kovsu). - Fixed:
no-invalid-position-declarationfalse positives for@mixinand@scope(#9120) (@ragini-pandey). - Fixed:
property-no-unknownfalse negatives fortypes(#9117) (@Mouvedia).