blob: c063458cb51824eb4218e0cd3ea60e78141ff211 [file] [log] [blame]
Gunnar Millsa11201b2020-07-07 20:34:10 -05001// BMC Helpers must be imported before Bootstrap helpers to
Derick Montague40865722020-04-13 17:01:19 -05002// take advantage of Bootstrap's use of the Sass !default
Gunnar Millsa11201b2020-07-07 20:34:10 -05003// statement. Moving this helper after results in Bootstrap
Derick Montague40865722020-04-13 17:01:19 -05004// variables taking precedence over BMC's
5@import "./bmc/helpers";
Yoshie Muranakaa88f7522020-07-08 15:37:22 -07006@import "./bootstrap/helpers";
Derick Montagued415d972019-11-27 17:26:29 -06007
Yoshie Muranakaa88f7522020-07-08 15:37:22 -07008// Vendor styles
9@import "./bootstrap";
10@import "~bootstrap-vue/src/index";
Derick Montagued415d972019-11-27 17:26:29 -060011
Yoshie Muranakaa88f7522020-07-08 15:37:22 -070012// Custom BMC styles
13@import "./bmc/custom";