From ec379a350366be3c469f378a2228af9b56e7f7d2 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 23 Sep 2014 11:31:49 +0100 Subject: [PATCH] Update _vars.scss --- scss/_vars.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index 981876e..c609cb2 100755 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -1,4 +1,4 @@ -/* +/** * Base values */ @@ -10,7 +10,7 @@ $base-line-height: 1.5; $base-margin-bottom: ($base-font-size * $base-line-height) * 1px; -/* +/** * Breakpoints */ @@ -20,20 +20,20 @@ $breakpoint-ld: 1200px; $breakpoints-list: ( 'ld' null, - 'md' '(min-width:' + ($small-device + 1) + ') and (max-width:' + ($large-device - 1) + ')', - 'sd' '(max-width:' + $small-device + ')' + 'md' '(min-width:' + ($breakpoint-sd + 1) + ') and (max-width:' + ($breakpoint-ld - 1) + ')', + 'sd' '(max-width:' + $breakpoint-sd + ')' ); -/* +/** * Scaffolding */ $max-width: 1200px; $grid-columns: 12; -$gutter: 20px; +$gutter: $base-margin-bottom; -/* +/** * Custom variables */