From: Brett Mason Date: Thu, 6 Oct 2016 13:38:54 +0000 (+0100) Subject: Fixed missing newline at end of file. X-Git-Tag: v6.2.4-rc1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9240%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed missing newline at end of file. --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 702e7721f..029af6c86 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -281,4 +281,4 @@ // scss-lint:disable PlaceholderInExtend @extend .column; } -} \ No newline at end of file +}