From c105c724a07e5f2d9f947eead900bdc5cc576c10 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 16 Feb 2016 10:08:42 -0800 Subject: [PATCH] Fix indentation in flex grid Sass --- 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 90f1b5e58..57bd815dd 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -198,7 +198,7 @@ @include flex-order($i); } .#{$-zf-size}-up-#{$i} { - @include flex-grid-layout($i); + @include flex-grid-layout($i); } } -- 2.47.2