Merge pull request #7 from pdcreis/patch-8

Update _vars.scss
This commit is contained in:
Mike Francis 2014-06-25 09:40:54 +01:00
commit 3e900b06af
1 changed files with 10 additions and 2 deletions

View File

@ -14,8 +14,16 @@ $breakpoint-small: 640px;
$breakpoint-medium: 768px;
$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
$max-width: 1200px;
$grid-columns: 12;
$gutter: 20px;
// Custom colours etc.
// Custom colours etc.