vitess-gh/vitess.io/_sass/_grid-settings.scss

11 строки
382 B
SCSS

@import "vendor/neat/neat-helpers";
// Change the grid settings
$visual_grid: false;
// Define your breakpoints
$short: new-breakpoint(max-height em(700) 12);
$micro: new-breakpoint(min-width em(240) max-width em(480) 12);
$small: new-breakpoint(min-width em(480) max-width em(767) 12);
$medium: new-breakpoint(min-width em(768) 12);
$large: new-breakpoint(min-width em(1000) 12);