_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…
Add table
Add a link
Reference in a new issue