Derick Montague | 4086572 | 2020-04-13 17:01:19 -0500 | [diff] [blame] | 1 | // 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 Montague | d415d97 | 2019-11-27 17:26:29 -0600 | [diff] [blame] | 7 | |
Derick Montague | 4086572 | 2020-04-13 17:01:19 -0500 | [diff] [blame] | 8 | // 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 Montague | d415d97 | 2019-11-27 17:26:29 -0600 | [diff] [blame] | 12 | |
Derick Montague | 4086572 | 2020-04-13 17:01:19 -0500 | [diff] [blame] | 13 | // 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 Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 18 | |
Derick Montague | 4086572 | 2020-04-13 17:01:19 -0500 | [diff] [blame] | 19 | // Vendor overrides must be the last file imported |
| 20 | @import "./vendor-overrides/bootstrap/index"; |