From: Zulfiqar Ali Date: Sun, 8 Jan 2017 04:38:43 +0000 (-0500) Subject: _custom.scss should be the first include X-Git-Tag: v4.0.0-beta~147^2~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7035aee3fc04fb92af47ba07bf16b942ba71797;p=thirdparty%2Fbootstrap.git _custom.scss should be the first include --- 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";