зеркало из https://github.com/github/vitess-gh.git
11 строки
382 B
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); |