Skip to content

Releases: primer/css

v22.3.0

Choose a tag to compare

@primer primer released this 17 Jun 18:45
a59d1b9

Minor Changes

  • #3080 5cb880b Thanks @jonrohan! - Adding a classnames export that has a list of all unique CSS classes in the library

Patch Changes

  • #3079 d735d75 Thanks @copilot-swe-agent! - Replace the universal * subject in the .pagination responsive 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

Choose a tag to compare

@primer primer released this 12 Jun 02:22
ea72251

Patch Changes

v22.2.0

Choose a tag to compare

@primer primer released this 18 May 21:05
bad2c8f

Minor Changes

v22.1.1

Choose a tag to compare

@primer primer released this 17 Mar 00:01
358707b

Patch Changes

v22.1.0

Choose a tag to compare

@primer primer released this 29 Dec 10:52
6a0e856

Minor Changes

v22.0.2

Choose a tag to compare

@primer primer released this 23 Jul 00:12
1048c65

Patch Changes

v22.0.1

Choose a tag to compare

@primer primer released this 07 Jul 18:59
2e9981b

Patch Changes

v22.0.0

Choose a tag to compare

@primer primer released this 29 May 21:08
f475bf0

Major Changes

  • #2789 4113637 Thanks @jonrohan! - Remove @primer/view-components imports for styles moved to primer/view_components

v21.5.1

Choose a tag to compare

@primer primer released this 08 Nov 17:55
13be44c

Patch Changes

v21.5.0

Choose a tag to compare

@primer primer released this 18 Oct 21:03
a3f2b01

Minor Changes