Sha256: c2a41751cb0a92e471c194ea26254f027054eddb80a900df4c27fc309050ae34

Contents?: true

Size: 837 Bytes

Versions: 3

Compression:

Stored size: 837 Bytes

Contents

///*------------------------------------*\
//    #RESPONSIVE-SETTINGS
//\*------------------------------------*/

// Hold our breakpoint aliases and conditions in a list.
//
// These can be invoked later on via the `media-query()` mixin found in
// `_tools.responsive`.

$breakpoints: (
    "palm"          "screen and (max-width: 719px)",
    "lap"           "screen and (min-width: 720px) and (max-width: 1023px)",
    "lap-and-up"    "screen and (min-width: 720px)",
    "portable"      "screen and (max-width: 1023px)",
    "desk"          "screen and (min-width: 1024px)"
    "retina"        "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)"
) !default;





// If we have included this file, set a variable to tell the rest of the
// framework that we have some responsive settings.
$inuit-responsive-settings: true;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polar-express-1.1.1 vendor/assets/inuit.css/inuit-responsive-settings/_settings.responsive.scss
polar-express-1.1.0 vendor/assets/inuit.css/inuit-responsive-settings/_settings.responsive.scss
polar-express-1.0.0 vendor/assets/inuit.css/inuit-responsive-settings/_settings.responsive.scss