mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-29 11:05:55 -05:00
14 lines
329 B
SCSS
14 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);
|