]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Changes the value of $small variable. 6731/head
authorBrahim Boukoufallah <boukoufallah.brahim@gmail.com>
Mon, 27 Jul 2015 09:44:43 +0000 (11:44 +0200)
committerBrahim Boukoufallah <boukoufallah.brahim@gmail.com>
Mon, 27 Jul 2015 09:44:43 +0000 (11:44 +0200)
$small variable seems to be equals to $small-up instead of $medium-up, unless I am mistaken.

scss/foundation/components/_global.scss

index 1fda12acdb58a34b77ce3dadcc5b2cd48beb24d6..0b2ecb482751ec08c0f8bdc4831b60a5d3278533 100644 (file)
@@ -338,7 +338,7 @@ $retina: (
 );
 
 // Legacy
-$small: $medium-up;
+$small: $small-up;
 $medium: $medium-up;
 $large: $large-up;