From 0f18dfc05c1af97bd26b060391228adf965aa324 Mon Sep 17 00:00:00 2001 From: Mark Otto <markd.otto@gmail.com> Date: Mon, 26 Dec 2016 16:34:19 -0800 Subject: [PATCH] Update bootstrap-grid.scss --- scss/bootstrap-grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index e8d5424adb..182b9626b6 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -27,7 +27,6 @@ html { // Variables // -@import "custom"; @import "variables"; // @@ -39,4 +38,6 @@ html { @import "mixins/grid-framework"; @import "mixins/grid"; +@import "custom"; + @import "grid"; -- GitLab