Grunt SVG stuff and general tidy-up
This commit is contained in:
parent
4eade92a01
commit
b0be6463a8
14 changed files with 121 additions and 25 deletions
|
@ -8,9 +8,11 @@ $base-font-size: 16;
|
|||
$base-line-height: 1.5;
|
||||
$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
|
||||
|
||||
// Media Queries
|
||||
// Breakpoints
|
||||
|
||||
$mobile: 640px;
|
||||
$breakpoint-small: 640px;
|
||||
$breakpoint-medium: 768px;
|
||||
$breakpoint-large: 1200px;
|
||||
|
||||
// Scaffolding
|
||||
|
||||
|
@ -18,4 +20,4 @@ $max-width: 1200px;
|
|||
$grid-columns: 12;
|
||||
$gutter: 20;
|
||||
|
||||
// Custom colours etc.
|
||||
// Custom colours etc.
|
Loading…
Add table
Add a link
Reference in a new issue