21 lines
436 B
SCSS
Executable File
21 lines
436 B
SCSS
Executable File
// Base
|
|
|
|
$base-colour: #444;
|
|
$base-background-colour: #fff;
|
|
|
|
$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
$base-font-size: 16;
|
|
$base-line-height: 1.5;
|
|
$base-margin-bottom: $base-font-size * $base-line-height;
|
|
|
|
// Media Queries
|
|
|
|
$mobile: 640px;
|
|
|
|
// Scaffolding
|
|
|
|
$container-max-width: 960;
|
|
$column-count: 12;
|
|
$column-gutter: 20;
|
|
|
|
// Custom colours etc. |