blob: f443799f138dc784c1e86bf1e44ef94cd17f3c6a [file] [log] [blame]
// BMC Helpers must be imported before Boostrap helpers to
// take advantage of Bootstrap's use of the Sass !default
// statement. Moving this helper after results in Boostrap
// variables taking precedence over BMC's
@import "./bmc/helpers";
@import "./vendor/bootstrap/helpers";
// BMC Base files must folow Bootstrap base files
// to assure BMC base styles override Boostrap base files
@import "./vendor/bootstrap/base";
@import "./bmc/base";
// Conmponents and Utilities from the third-party
// libraries follow base files
@import "./vendor/bootstrap/components";
@import "./vendor/bootstrap/utils";
@import "./vendor/bootstrap-vue/index";
// Vendor overrides must be the last file imported
@import "./vendor-overrides/bootstrap/index";