diff options
| author | Mark Otto <[email protected]> | 2016-12-26 16:33:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 14:16:25 -0800 |
| commit | 44825032370e37f7cec410356e4a1b1cd9999307 (patch) | |
| tree | 9f7c54aa66a10181058020a3dd0a70bf96e056ee | |
| parent | e8ff150ab760b4a47bcfc3e2056a430e54e09c90 (diff) | |
| download | bootstrap-44825032370e37f7cec410356e4a1b1cd9999307.tar.xz bootstrap-44825032370e37f7cec410356e4a1b1cd9999307.zip | |
move custom down so folks can reassign var values and use other vars
| -rw-r--r-- | scss/bootstrap.scss | 2 |
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"; |
