blob: c063458cb51824eb4218e0cd3ea60e78141ff211 [file] [log] [blame]
// 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";