You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
551 B
16 lines
551 B
9 years ago
|
/* ==========================================================================
|
||
|
Grid settings for Neat
|
||
|
========================================================================== */
|
||
|
|
||
|
@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(600) 12);
|
||
|
$medium: new-breakpoint(min-width em(900) 12);
|
||
|
$large: new-breakpoint(min-width em(1280) 12);
|