0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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
@import "custom";
@import "variables";
@import "mixins";
@import "custom";
// Reset and dependencies
@import "normalize";