]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix last child to float to the global left direction. 9238/head
authorBrett Mason <brettsmason@gmail.com>
Thu, 6 Oct 2016 08:58:22 +0000 (09:58 +0100)
committerBrett Mason <brettsmason@gmail.com>
Thu, 6 Oct 2016 08:58:22 +0000 (09:58 +0100)
scss/grid/_layout.scss

index 959e19267d55502f7f0803f65b028ffaf15c3523..41019b87e09ac470dcae1a1d81358bba401e1c74 100644 (file)
@@ -52,7 +52,7 @@
     }
 
     &:last-child {
-      float: left;
+      float: $global-left;
     }
   }
 }