1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

_custom.scss should be the first include

This commit is contained in:
Zulfiqar Ali
2017-01-07 23:38:43 -05:00
committed by Mark Otto
parent cdf73209df
commit e7035aee3f

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";