blob: f443799f138dc784c1e86bf1e44ef94cd17f3c6a [file] [log] [blame]
Derick Montague40865722020-04-13 17:01:19 -05001// BMC Helpers must be imported before Boostrap helpers to
2// take advantage of Bootstrap's use of the Sass !default
3// statement. Moving this helper after results in Boostrap
4// variables taking precedence over BMC's
5@import "./bmc/helpers";
6@import "./vendor/bootstrap/helpers";
Derick Montagued415d972019-11-27 17:26:29 -06007
Derick Montague40865722020-04-13 17:01:19 -05008// BMC Base files must folow Bootstrap base files
9// to assure BMC base styles override Boostrap base files
10@import "./vendor/bootstrap/base";
11@import "./bmc/base";
Derick Montagued415d972019-11-27 17:26:29 -060012
Derick Montague40865722020-04-13 17:01:19 -050013// Conmponents and Utilities from the third-party
14// libraries follow base files
15@import "./vendor/bootstrap/components";
16@import "./vendor/bootstrap/utils";
17@import "./vendor/bootstrap-vue/index";
Yoshie Muranaka996d2d52019-12-30 09:06:45 -080018
Derick Montague40865722020-04-13 17:01:19 -050019// Vendor overrides must be the last file imported
20@import "./vendor-overrides/bootstrap/index";