JSPM

aleut.settings.responsive

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24482F
  • License Apache-2.0

Responsive settings for the aleutcss framework (based on Harry Roberts inuitcss framework)

Package Exports

  • aleut.settings.responsive

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aleut.settings.responsive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Responsive

This package define our initial breakpoint aliases and conditions. It is required by all the responsive-packages in aleut.

$breakpoints: (
    "s"       "screen and (max-width: 44.9375em)",
    "m"       "screen and (min-width: 45em)",
    "l"       "screen and (min-width: 64em)",
    "retina"  "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)"
) !default;

If you want to change any of these variables read more on Modifying aleut. This SASS-maps is looped trough in utilities.width-responsive and utilities.spacing-responsive.

Install using npm:

    $ npm install --save-dev aleut.responsive-settings