mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
_custom.scss should be the first include
This commit is contained in:
parent
cdf73209df
commit
e7035aee3f
1 changed files with 1 additions and 1 deletions
2
scss/bootstrap.scss
vendored
2
scss/bootstrap.scss
vendored
|
|
@ -6,9 +6,9 @@
|
|||
*/
|
||||
|
||||
// Core variables and mixins
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "custom";
|
||||
|
||||
// Reset and dependencies
|
||||
@import "normalize";
|
||||
|
|
|
|||
Loading…
Reference in a new issue