@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
21 lines (18 loc) • 627 B
CSS
/**
* Do not edit directly
* Generated on Wed, 17 Dec 2025 14:40:37 GMT
*/
:root {
--brand-LogoSuite-logobar-marquee-gap-condensed: var(--base-size-40);
--brand-LogoSuite-logobar-marquee-gap-default: var(--base-size-96);
--brand-LogoSuite-logobar-marquee-slow: 60s;
--brand-LogoSuite-logobar-marquee-default: 30s;
--brand-LogoSuite-logobar-rowGap: var(--base-size-40);
--brand-LogoSuite-logobar-columnGap-condensed: var(--base-size-40);
--brand-LogoSuite-logobar-columnGap-default: var(--base-size-80);
}
@media (min-width: 768px) {
:root {
--brand-LogoSuite-logobar-rowGap: var(--base-size-80);
}
}