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