| jason westover | d36ac8a | 2025-11-03 20:58:59 -0600 | [diff] [blame^] | 1 | // Import Bootstrap functions first |
| 2 | @import "~bootstrap/scss/functions"; |
| 3 | |
| 4 | // Import our custom colors and variables before Bootstrap variables |
| 5 | @import "../bmc/helpers/colors"; |
| 6 | @import "../bmc/helpers/variables"; |
| 7 | |
| 8 | // Import Bootstrap variables and maps |
| 9 | @import "~bootstrap/scss/variables"; |
| 10 | @import "~bootstrap/scss/maps"; |
| 11 | @import "~bootstrap/scss/mixins"; |
| 12 | |
| 13 | // Import our custom functions that depend on Bootstrap variables |
| 14 | @import "../bmc/helpers/functions"; |
| 15 | |
| Yoshie Muranaka | a88f752 | 2020-07-08 15:37:22 -0700 | [diff] [blame] | 16 | // Base |
| Derick Montague | b115aea | 2020-04-17 16:49:15 -0500 | [diff] [blame] | 17 | @import "~bootstrap/scss/root"; |
| Derick Montague | f2cec75 | 2020-06-24 21:17:38 -0500 | [diff] [blame] | 18 | @import "~bootstrap/scss/reboot"; |
| Yoshie Muranaka | a88f752 | 2020-07-08 15:37:22 -0700 | [diff] [blame] | 19 | @import "~bootstrap/scss/transitions"; |
| 20 | @import "~bootstrap/scss/type"; |
| 21 | |
| 22 | // Components |
| Derick Montague | b115aea | 2020-04-17 16:49:15 -0500 | [diff] [blame] | 23 | @import "~bootstrap/scss/alert"; |
| 24 | @import "~bootstrap/scss/badge"; |
| 25 | @import "~bootstrap/scss/breadcrumb"; |
| 26 | @import "~bootstrap/scss/button-group"; |
| 27 | @import "~bootstrap/scss/buttons"; |
| 28 | @import "~bootstrap/scss/card"; |
| 29 | @import "~bootstrap/scss/close"; |
| Derick Montague | b115aea | 2020-04-17 16:49:15 -0500 | [diff] [blame] | 30 | @import "~bootstrap/scss/dropdown"; |
| 31 | @import "~bootstrap/scss/forms"; |
| 32 | @import "~bootstrap/scss/grid"; |
| 33 | @import "~bootstrap/scss/images"; |
| Derick Montague | b115aea | 2020-04-17 16:49:15 -0500 | [diff] [blame] | 34 | @import "~bootstrap/scss/list-group"; |
| Derick Montague | b115aea | 2020-04-17 16:49:15 -0500 | [diff] [blame] | 35 | @import "~bootstrap/scss/modal"; |
| 36 | @import "~bootstrap/scss/nav"; |
| 37 | @import "~bootstrap/scss/navbar"; |
| 38 | @import "~bootstrap/scss/pagination"; |
| 39 | @import "~bootstrap/scss/popover"; |
| 40 | @import "~bootstrap/scss/progress"; |
| 41 | @import "~bootstrap/scss/spinners"; |
| 42 | @import "~bootstrap/scss/tables"; |
| 43 | @import "~bootstrap/scss/toasts"; |
| 44 | @import "~bootstrap/scss/tooltip"; |
| Yoshie Muranaka | a88f752 | 2020-07-08 15:37:22 -0700 | [diff] [blame] | 45 | |
| 46 | // Utils |
| jason westover | d36ac8a | 2025-11-03 20:58:59 -0600 | [diff] [blame^] | 47 | @import "~bootstrap/scss/utilities"; |