@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
9 lines (8 loc) • 430 B
JSON
{
"--viewportRange-narrow": "(max-width: calc(48rem - 0.02px))",
"--viewportRange-narrowLandscape": "(max-width: calc(63.25rem - 0.02px) and (max-height: calc(34rem - 0.02px)) and (orientation: landscape))",
"--viewportRange-regular": "(min-width: 48rem)",
"--viewportRange-wide": "(min-width: 87.5rem)",
"--viewportRange-portrait": "(orientation: portrait)",
"--viewportRange-landscape": "(orientation: landscape)"
}