From: Brett Mason Date: Thu, 6 Oct 2016 08:58:22 +0000 (+0100) Subject: Fix last child to float to the global left direction. X-Git-Tag: v6.2.4-rc1~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9238%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix last child to float to the global left direction. --- 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; } } }