mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
9 lines
228 B
SCSS
9 lines
228 B
SCSS
|
@import "vendor/neat/neat-helpers";
|
||
|
|
||
|
// Change the grid settings
|
||
|
$visual_grid: false;
|
||
|
$max-width: em(960);
|
||
|
|
||
|
// Define your breakpoints
|
||
|
$medium: new-breakpoint(min-width em(768) 12);
|
||
|
$large: new-breakpoint(min-width em(1000) 12);
|