mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
_custom.scss should be the first include
This commit is contained in:
parent
cdf73209df
commit
e7035aee3f
2
scss/bootstrap.scss
vendored
2
scss/bootstrap.scss
vendored
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user