1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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";