Merge pull request #13 from pdcreis/patch-15

Update _vars.scss
This commit is contained in:
Mike Francis 2014-09-19 12:41:03 +01:00
commit 34c584bf8c
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ $breakpoint-md: 768px;
$breakpoint-ld: 1200px; $breakpoint-ld: 1200px;
$breakpoints-list: ( $breakpoints-list: (
'sd' '(max-width:' + $breakpoint-sd + ')', 'ld' null,
'md' '(min-width:' + ($breakpoint-md + 1) + ') and (max-width:' + ($breakpoint-ld - 1) + ')', 'md' '(min-width:' + ($small-device + 1) + ') and (max-width:' + ($large-device - 1) + ')',
'ld' '(min-width:' + $breakpoint-ld + ')' 'sd' '(max-width:' + $small-device + ')'
); );