Integration of Browserify

This commit is contained in:
Mike Francis 2014-08-15 11:43:24 +01:00
parent e010872e6f
commit 7449c800cb
9 changed files with 39 additions and 624 deletions

View file

@ -19,7 +19,7 @@ $breakpoint-md: 768px;
$breakpoint-ld: 1200px;
$breakpoints-list: (
'sd' '(max-width:' + $breakpoint-sm + ')',
'sd' '(max-width:' + $breakpoint-sd + ')',
'md' '(min-width:' + ($breakpoint-md + 1) + ') and (max-width:' + ($breakpoint-ld - 1) + ')',
'ld' '(min-width:' + $breakpoint-ld + ')'
);