// BMC Helpers must be imported before Bootstrap helpers to | |
// take advantage of Bootstrap's use of the Sass !default | |
// statement. Moving this helper after results in Bootstrap | |
// variables taking precedence over BMC's | |
@import "./bmc/helpers"; | |
@import "./bootstrap/helpers"; | |
// Vendor styles | |
@import "./bootstrap"; | |
@import "~bootstrap-vue/src/index"; | |
// Custom BMC styles | |
@import "./bmc/custom"; |