]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removing important from _position.scss, using double :last-child instead 7323/head
authorJosh Moyers <josh@stealthblu.com>
Tue, 1 Dec 2015 18:34:10 +0000 (13:34 -0500)
committerJosh Moyers <josh@stealthblu.com>
Tue, 1 Dec 2015 18:34:10 +0000 (13:34 -0500)
scss/grid/_position.scss

index 3646b889f7bd8e9fb540ec591ffdfa0539c8e3ca..891eb637dd7737efc1f46c2d0459184c9988676d 100644 (file)
@@ -42,8 +42,8 @@
 /// Disable the default behavior of the last column in a row aligning to the opposite edge.
 @mixin grid-column-end() {
   // This extra specificity is required for the property to be applied
-  &:last-child {
-    float: $global-left !important;
+  &:last-child:last-child {
+    float: $global-left;
   }
 }