_grid-settings.scss 409 Bytes
Newer Older
1 2
@import "neat/neat-helpers"; // or "neat-helpers" when in Rails

3 4 5
/* Change the grid settings */
$max-width: 1200px;
/* Override the default global box-sizing */
6 7
$border-box-sizing: false;

8

9 10 11
/* Breakpoints */
$mobile: new-breakpoint(max-width 320px 4);
$tablet: new-breakpoint(min-width 321px max-width 768px, 8);
12
$desktop: new-breakpoint(min-width 769px 12);
13
$xl-desktop:  new-breakpoint(min-width 980px 12);