aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-26 16:33:33 -0800
committerMark Otto <[email protected]>2016-12-27 14:16:25 -0800
commit44825032370e37f7cec410356e4a1b1cd9999307 (patch)
tree9f7c54aa66a10181058020a3dd0a70bf96e056ee
parente8ff150ab760b4a47bcfc3e2056a430e54e09c90 (diff)
downloadbootstrap-44825032370e37f7cec410356e4a1b1cd9999307.tar.xz
bootstrap-44825032370e37f7cec410356e4a1b1cd9999307.zip
move custom down so folks can reassign var values and use other vars
-rw-r--r--scss/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 6c8da43a3..97a9417d4 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";