mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-29 11:05:55 -05:00
14 lines
316 B
SCSS
14 lines
316 B
SCSS
@import "../neat/neat-helpers";
|
|
|
|
// Neat Overrides
|
|
$column: 69px;
|
|
$gutter: 12px;
|
|
$grid-columns: 12;
|
|
$max-width: em(960);
|
|
|
|
// Neat Breakpoints
|
|
$medium-screen: em(640);
|
|
$large-screen: em(960);
|
|
|
|
$medium-screen-up: new-breakpoint(min-width $medium-screen 4);
|
|
$large-screen-up: new-breakpoint(min-width $large-screen 8);
|