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 16// Base 17@import "~bootstrap/scss/root"; 18@import "~bootstrap/scss/reboot"; 19@import "~bootstrap/scss/transitions"; 20@import "~bootstrap/scss/type"; 21 22// Components 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"; 30@import "~bootstrap/scss/dropdown"; 31@import "~bootstrap/scss/forms"; 32@import "~bootstrap/scss/grid"; 33@import "~bootstrap/scss/images"; 34@import "~bootstrap/scss/list-group"; 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"; 45 46// Utils 47@import "~bootstrap/scss/utilities";