From b506d43b21d93f4c236cd0f6a97ca5a206830aec Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Thu, 6 Oct 2016 09:58:22 +0100 Subject: [PATCH] Fix last child to float to the global left direction. --- scss/grid/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_layout.scss b/scss/grid/_layout.scss index 959e19267..41019b87e 100644 --- a/scss/grid/_layout.scss +++ b/scss/grid/_layout.scss @@ -52,7 +52,7 @@ } &:last-child { - float: left; + float: $global-left; } } } -- 2.47.2