blob: 994a4120a08075928ac2692d9a5a4fd3317f4a61 [file] [log] [blame]
// Import Bootstrap functions first
@import "~bootstrap/scss/functions";
// Import our custom colors and variables before Bootstrap variables
@import "../bmc/helpers/colors";
@import "../bmc/helpers/variables";
// Import Bootstrap variables and maps
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/maps";
@import "~bootstrap/scss/mixins";
// Import our custom functions that depend on Bootstrap variables
@import "../bmc/helpers/functions";
// Base
@import "~bootstrap/scss/root";
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/transitions";
@import "~bootstrap/scss/type";
// Components
@import "~bootstrap/scss/alert";
@import "~bootstrap/scss/badge";
@import "~bootstrap/scss/breadcrumb";
@import "~bootstrap/scss/button-group";
@import "~bootstrap/scss/buttons";
@import "~bootstrap/scss/card";
@import "~bootstrap/scss/close";
@import "~bootstrap/scss/dropdown";
@import "~bootstrap/scss/forms";
@import "~bootstrap/scss/grid";
@import "~bootstrap/scss/images";
@import "~bootstrap/scss/list-group";
@import "~bootstrap/scss/modal";
@import "~bootstrap/scss/nav";
@import "~bootstrap/scss/navbar";
@import "~bootstrap/scss/pagination";
@import "~bootstrap/scss/popover";
@import "~bootstrap/scss/progress";
@import "~bootstrap/scss/spinners";
@import "~bootstrap/scss/tables";
@import "~bootstrap/scss/toasts";
@import "~bootstrap/scss/tooltip";
// Utils
@import "~bootstrap/scss/utilities";