@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
28 lines (26 loc) • 523 B
JavaScript
/**
* Do not edit directly
* Generated on Fri, 06 Jun 2025 10:25:20 GMT
*/
module.exports = {
brand: {
EyebrowBanner: {
borderRadius: "var(--base-size-16)",
spacing: {
inner: {
block: "0.875rem",
inline: "var(--base-size-16)",
},
},
label: {
size: "var(--brand-text-size-100)",
},
heading: {
size: "var(--brand-text-size-100)",
},
subHeading: {
size: "var(--brand-text-size-100)",
},
},
},
};