Sha256: b54459c344f5ac2022e9c4a87f92c29a683be0501b6799019a894115439db451
Contents?: true
Size: 563 Bytes
Versions: 62
Compression:
Stored size: 563 Bytes
Contents
@include breakpoint-set('to ems',true); // override if you want to provide a fixed-width stylesheet $legacy-support-for-ie8: false; //it's ok to put px values in here if you've set "to ems" to "true"! $breakpoint-xxs: 280px; $breakpoint-xs: 400px; $breakpoint-s: 500px; $breakpoint-m: 600px; $breakpoint-l: 700px; $breakpoint-nav: 750px; $breakpoint-xl: 960px; $breakpoint-xxl: 1100px; $breakpoint-xxxl: 1600px; // media query for hi-resolution displays $breakpoint-hi-res: 2 device-pixel-ratio; // vertical mediaquery $bp-header-shrink: (max-height 640px);
Version data entries
62 entries across 62 versions & 1 rubygems