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

// BMC Base files must follow Bootstrap base files
// to assure BMC base styles override Bootstrap 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";
@import "./vendor-overrides/bootstrap-vue/index";