mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 17:18:21 -05:00
15 lines
329 B
SCSS
15 lines
329 B
SCSS
|
@import "../neat/neat-helpers";
|
||
|
|
||
|
// 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);
|