Releases: primer/css
Releases · primer/css
Release list
v22.3.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.
v22.2.1
v22.2.0
v22.1.1
Patch Changes
-
#3012
31df244Thanks @francinelucca! - Add max-width to kbd styles -
#2811
0de15b2Thanks @FloEdelmann! - Reduce spacing between consecutive<dt>elements
v22.1.0
v22.0.2
Patch Changes
-
#2866
d43c856Thanks @lukasoppermann! - Update @primer/primitives peerDependencies to 10.x || 11.x -
#2871
0d2eb58Thanks @lukasoppermann! - Add default font weight (--base-text-weight-normal, 400) to body
v22.0.1
v22.0.0
v21.5.1
Patch Changes
-
#2727
7d4cd40Thanks @kawakamimoeki! - Removed .css extension from @import and modified @primer/primitives to be output as Sass code. -
#2728
7eaba91Thanks @lukasoppermann! - Update primer/primitives to allow for version 9 and 10 -
#2680
1eb467eThanks @robinwhittleton! - Use tabular numbers in tables