From: Brahim Boukoufallah Date: Mon, 27 Jul 2015 09:44:43 +0000 (+0200) Subject: Changes the value of $small variable. X-Git-Tag: v5.5.3~40^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6731%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Changes the value of $small variable. $small variable seems to be equals to $small-up instead of $medium-up, unless I am mistaken. --- 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;