From f5355b00c177b8fbe3d6fa7c5a421e16e20bdaf3 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Thu, 6 Oct 2016 14:38:54 +0100 Subject: [PATCH] Fixed missing newline at end of file. --- scss/grid/_flex-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.47.2