From: Stephanie Kendall Date: Wed, 16 Dec 2015 15:27:09 +0000 (-0600) Subject: switching position of custom in bootstrap.scss for better efficiency X-Git-Tag: v4.0.0-alpha.3~357^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523c5a3d1acbe515a96d814d65912d0619150c09;p=thirdparty%2Fbootstrap.git switching position of custom in bootstrap.scss for better efficiency --- diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 8f7e90ea2f..5ead350f96 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -5,8 +5,8 @@ */ // Core variables and mixins -@import "variables"; @import "custom"; +@import "variables"; @import "mixins"; // Reset and dependencies