From 44825032370e37f7cec410356e4a1b1cd9999307 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 16:33:33 -0800 Subject: [PATCH] move custom down so folks can reassign var values and use other vars --- scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 6c8da43a32..97a9417d4d 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";