xref: /openbmc/webui-vue/src/assets/styles/_obmc-custom.scss (revision b93608db49fa40f4e7ad742e4aa285d106caf117)
1// BMC Helpers must be imported before Bootstrap helpers to
2// take advantage of Bootstrap's use of the Sass !default
3// statement. Moving this helper after results in Bootstrap
4// variables taking precedence over BMC's
5@import "./bmc/helpers";
6@import "./bootstrap/helpers";
7
8// Vendor styles
9@import "./bootstrap";
10@import "~bootstrap-vue/src/index";
11
12// Custom BMC styles
13@import "./bmc/custom";
14