Seems best practice to put sass utilities to top.
This commit is contained in:
parent
ec7ce9361f
commit
ed2de69624
1 changed files with 4 additions and 2 deletions
|
|
@ -26,6 +26,9 @@ $accordion-icon-width: 1rem;
|
||||||
@import "bootstrap/scss/mixins";
|
@import "bootstrap/scss/mixins";
|
||||||
@import "bootstrap/scss/root";
|
@import "bootstrap/scss/root";
|
||||||
|
|
||||||
|
// Utilities
|
||||||
|
@import "bootstrap/scss/utilities";
|
||||||
|
|
||||||
// Include any other parts as needed
|
// Include any other parts as needed
|
||||||
@import "bootstrap/scss/reboot";
|
@import "bootstrap/scss/reboot";
|
||||||
@import "bootstrap/scss/type";
|
@import "bootstrap/scss/type";
|
||||||
|
|
@ -61,8 +64,7 @@ $accordion-icon-width: 1rem;
|
||||||
// Helpers
|
// Helpers
|
||||||
@import "bootstrap/scss/helpers";
|
@import "bootstrap/scss/helpers";
|
||||||
|
|
||||||
// Utilities
|
// Utilities API
|
||||||
@import "bootstrap/scss/utilities";
|
|
||||||
@import "bootstrap/scss/utilities/api";
|
@import "bootstrap/scss/utilities/api";
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue