From 0789a919b6cc5cd39aa8a2e93061bce23f47bf26 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 25 Jun 2014 09:39:26 +0100 Subject: [PATCH] Update _vars.scss --- scss/_vars.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index 5d95abb..af5b9b9 100755 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -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. \ No newline at end of file +// Custom colours etc.