From 3deb97ea46fd9e8b99129e07b203afb4589e8235 Mon Sep 17 00:00:00 2001 From: Josh Moyers Date: Tue, 1 Dec 2015 13:34:10 -0500 Subject: [PATCH] Removing important from _position.scss, using double :last-child instead --- scss/grid/_position.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/grid/_position.scss b/scss/grid/_position.scss index 3646b889f..891eb637d 100644 --- a/scss/grid/_position.scss +++ b/scss/grid/_position.scss @@ -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; } } -- 2.47.2