From a145ab21ab352681cabd5fd25d0a1825cba24524 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Thu, 11 Sep 2014 14:58:26 +0100 Subject: [PATCH] Update _vars.scss --- scss/_vars.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index 5cd2ec7..981876e 100755 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -19,9 +19,9 @@ $breakpoint-md: 768px; $breakpoint-ld: 1200px; $breakpoints-list: ( - 'sd' '(max-width:' + $breakpoint-sd + ')', - 'md' '(min-width:' + ($breakpoint-md + 1) + ') and (max-width:' + ($breakpoint-ld - 1) + ')', - 'ld' '(min-width:' + $breakpoint-ld + ')' + 'ld' null, + 'md' '(min-width:' + ($small-device + 1) + ') and (max-width:' + ($large-device - 1) + ')', + 'sd' '(max-width:' + $small-device + ')' );