/* * This shared file is used in Chill sass sheets and Vue sass styles to use some bootstrap/chill variables. * Search on @import 'ChillMainAssets/module/bootstrap/shared'; */ // 1. Include functions first (so you can manipulate colors, SVGs, calc, etc) @import "bootstrap/scss/functions"; // 2. Include any default variable overrides here @import "custom/_variables"; // 3. Include remainder of required Bootstrap stylesheets @import "bootstrap/scss/variables"; // 4. Include any default map overrides here @import "custom/_maps"; // 5. Include remainder of required parts @import "bootstrap/scss/mixins"; @import "bootstrap/scss/root";