From aca90d07f63fce559e971eb862887e4a0dc1c2ad Mon Sep 17 00:00:00 2001 From: Brahim Boukoufallah Date: Mon, 27 Jul 2015 11:44:43 +0200 Subject: [PATCH] Changes the value of $small variable. $small variable seems to be equals to $small-up instead of $medium-up, unless I am mistaken. --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 1fda12acd..0b2ecb482 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -338,7 +338,7 @@ $retina: ( ); // Legacy -$small: $medium-up; +$small: $small-up; $medium: $medium-up; $large: $large-up; -- 2.47.2