From e7035aee3fc04fb92af47ba07bf16b942ba71797 Mon Sep 17 00:00:00 2001 From: Zulfiqar Ali Date: Sat, 7 Jan 2017 23:38:43 -0500 Subject: [PATCH] _custom.scss should be the first include --- scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 88a60cafa0..e47021ce9d 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -6,9 +6,9 @@ */ // Core variables and mixins +@import "custom"; @import "variables"; @import "mixins"; -@import "custom"; // Reset and dependencies @import "normalize";