| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 16.26.1 source code.tar.gz | 2025-11-28 | 847.1 kB | |
| 16.26.1 source code.zip | 2025-11-28 | 1.7 MB | |
| README.md | 2025-11-28 | 695 Bytes | |
| Totals: 3 Items | 2.6 MB | 0 | |
It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.
- Fixed:
*-no-unknownfalse positives for latest specs by integrating@csstools/css-syntax-patches-for-csstree(#8850) (@romainmenke). - Fixed:
at-rule-no-unknownfalse positives for@function(#8851) (@jeddy3). - Fixed:
declaration-property-value-no-unknownfalse positives forattr(),if()and custom functions (#8853) (@jeddy3). - Fixed:
function-url-quotesfalse positives when URLs require quoting (#8804) (@taearls). - Fixed:
selector-pseudo-element-no-unknownfalse positives for::scroll-button()(#8856) (@Mouvedia).