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/root";
|
||||
|
||||
// Utilities
|
||||
@import "bootstrap/scss/utilities";
|
||||
|
||||
// Include any other parts as needed
|
||||
@import "bootstrap/scss/reboot";
|
||||
@import "bootstrap/scss/type";
|
||||
|
|
@ -61,8 +64,7 @@ $accordion-icon-width: 1rem;
|
|||
// Helpers
|
||||
@import "bootstrap/scss/helpers";
|
||||
|
||||
// Utilities
|
||||
@import "bootstrap/scss/utilities";
|
||||
// Utilities API
|
||||
@import "bootstrap/scss/utilities/api";
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue