xref: /openbmc/webui-vue/src/assets/styles/_obmc-custom.scss (revision 03505916cf4195c63ac0c27f4e07d0dbece383c2)
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