Sha256: 0c69301c8207676da9d5f4ac755f5ac94cef13408b78653ffd929beea473009b

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 Bytes

Contents

@mixin primer-colors-viewport {
  & {
    --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: 90rem);
    --viewportRange-portrait: (orientation: portrait);
    --viewportRange-landscape: (orientation: landscape);
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-v4-theme-primer-0.12.0 _sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss
jekyll-v4-theme-primer-0.11.0 _sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss
jekyll-v4-theme-primer-0.10.0 _sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss