From: Mark Otto Date: Tue, 27 Dec 2016 00:33:33 +0000 (-0800) Subject: move custom down so folks can reassign var values and use other vars X-Git-Tag: v4.0.0-alpha.6~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44825032370e37f7cec410356e4a1b1cd9999307;p=thirdparty%2Fbootstrap.git move custom down so folks can reassign var values and use other vars --- 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";