| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-17 | 932 Bytes | |
| v22.3.0 source code.tar.gz | 2026-06-17 | 437.2 kB | |
| v22.3.0 source code.zip | 2026-06-17 | 541.0 kB | |
| Totals: 3 Items | 979.2 kB | 0 | |
Minor Changes
- #3080
5cb880bThanks @jonrohan! - Adding a classnames export that has a list of all unique CSS classes in the library
Patch Changes
- #3079
d735d75Thanks @copilot-swe-agent! - Replace the universal*subject in the.paginationresponsive rules with tag-bucketed selectors (> a, > span, > em). A universal subject compound (.pagination > *) forces Blink to test the rule against every direct child on every style recalc; bucketing by the actual child tags lets the engine fast-reject it, reducing wasted selector-matching time without changing the rendered output.