UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

11 lines (10 loc) 581 B
/** * Do not edit directly * Generated on Fri, 29 Apr 2022 19:38:32 GMT */ export const PrimerViewportRangeNarrow = "(max-width: calc(48rem - 0.02px))"; export const PrimerViewportRangeNarrowLandscape = "(max-width: calc(63.25rem - 0.02px) and (max-height: calc(34rem - 0.02px)) and (orientation: landscape))"; export const PrimerViewportRangeRegular = "(min-width: 48rem)"; export const PrimerViewportRangeWide = "(min-width: 90rem)"; export const PrimerViewportRangePortrait = "(orientation: portrait)"; export const PrimerViewportRangeLandscape = "(orientation: landscape)";