summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
blob: f443799f138dc784c1e86bf1e44ef94cd17f3c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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";