1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 18:14:17 +02:00

move custom down so folks can reassign var values and use other vars

This commit is contained in:
Mark Otto
2016-12-26 16:33:33 -08:00
parent e8ff150ab7
commit 4482503237

2
scss/bootstrap.scss vendored
View File

@@ -6,9 +6,9 @@
*/ */
// Core variables and mixins // Core variables and mixins
@import "custom";
@import "variables"; @import "variables";
@import "mixins"; @import "mixins";
@import "custom";
// Reset and dependencies // Reset and dependencies
@import "normalize"; @import "normalize";