From fb61a1d6b6b7dd6a7a4a538c25272e012ae10dcf Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:21:46 -0400 Subject: Removed mobile width variable as it isn't used elsewhere --- scss/_variables.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 523ccf3..1a6fb6f 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -19,12 +19,9 @@ $helvetica: Helvetica, Arial, sans-serif; $helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif; $georgia: Georgia, serif; -// Breakpoints -$mobile-width: 520px !default; - -// Mobile breakpoint +// Mobile breakpoints @mixin mobile { - @media screen and (max-width: $mobile-width) { + @media screen and (max-width: 520px) { @content; } -} +} \ No newline at end of file -- cgit v1.2.3