1// BMC Helpers must be imported before Bootstrap helpers to 2// take advantage of Bootstrap's use of the Sass !default 3// statement. Moving this helper after results in Bootstrap 4// variables taking precedence over BMC's 5@import "./bmc/helpers"; 6@import "./bootstrap/helpers"; 7 8// Vendor styles 9@import "./bootstrap"; 10@import "~bootstrap-vue/src/index"; 11 12// Custom BMC styles 13@import "./bmc/custom"; 14