mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
18 lines
361 B
SCSS
18 lines
361 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);
|
|
|
|
// Vertical rhythm
|
|
|
|
$vertical-base: em(6);
|