@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
31 lines (29 loc) • 662 B
JavaScript
/**
* Do not edit directly
* Generated on Thu, 12 Mar 2026 15:02:27 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",
},
},
},
},
};