summaryrefslogtreecommitdiff
path: root/_sass/base/_grid-settings.scss
blob: c42bdaf623ed0fc10819285ddd88ddc9f136dc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "neat-helpers"; // or "../neat/neat-helpers" when not in Rails

// Neat Overrides
// $column: 90px;
// $gutter: 30px;
// $grid-columns: 12;
// $max-width: em(1088);

// Neat Breakpoints
$medium-screen: em(640);
$large-screen: em(860);

$medium-screen-up: new-breakpoint(min-width $medium-screen 4);
$large-screen-up: new-breakpoint(min-width $large-screen 8);