Update _vars.scss
This commit is contained in:
parent
0de009dab1
commit
0789a919b6
|
@ -14,8 +14,16 @@ $breakpoint-small: 640px;
|
||||||
$breakpoint-medium: 768px;
|
$breakpoint-medium: 768px;
|
||||||
$breakpoint-large: 1200px;
|
$breakpoint-large: 1200px;
|
||||||
|
|
||||||
|
$breakpoints-list: (
|
||||||
|
'sd' '(max-width:' + $breakpoint-small + ')',
|
||||||
|
'md' '(min-width:' + ($breakpoint-small + 1) + ') and (max-width:' + ($breakpoint-large - 1) + ')',
|
||||||
|
'ld' '(min-width:' + $breakpoint-large + ')'
|
||||||
|
);
|
||||||
|
|
||||||
// Scaffolding
|
// Scaffolding
|
||||||
|
|
||||||
|
$max-width: 1200px;
|
||||||
|
$grid-columns: 12;
|
||||||
|
$gutter: 20px;
|
||||||
|
|
||||||
|
// Custom colours etc.
|
||||||
// Custom colours etc.
|
|
||||||
|
|
Loading…
Reference in New Issue