UNPKG

@primer/brand-primitives

Version:

Color, spacing, and typography primitives for the Primer Brand Design System

31 lines (29 loc) 662 B
/** * Do not edit directly * Generated on Fri, 24 Apr 2026 13:01:08 GMT */ module.exports = { brand: { Bento: { gap: { large: "var(--base-size-32)", medium: "var(--base-size-32)", small: "var(--base-size-20)", }, item: { borderRadius: { small: "var(--brand-borderRadius-large)", medium: "var(--brand-borderRadius-xlarge)", large: "var(--brand-borderRadius-xlarge)", }, }, content: { padding: { condensed: "var(--base-size-16)", normal: "var(--base-size-24)", spacious: "3.5rem", }, }, }, }, };