@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
17 lines (16 loc) • 498 B
JavaScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
module.exports = {
"primer": {
"viewportRange": {
"narrow": "(max-width: calc(48rem - 0.02px))",
"narrowLandscape": "(max-width: calc(63.25rem - 0.02px) and (max-height: calc(34rem - 0.02px)) and (orientation: landscape))",
"regular": "(min-width: 48rem)",
"wide": "(min-width: 90rem)",
"portrait": "(orientation: portrait)",
"landscape": "(orientation: landscape)"
}
}
}