mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
25 lines
755 B
SCSS
25 lines
755 B
SCSS
/*
|
|
* 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";
|
|
@import "bootstrap/scss/variables-dark";
|
|
|
|
// 4. Include any default map overrides here
|
|
@import "custom/_maps";
|
|
|
|
// 5. Include remainder of required parts
|
|
@import "bootstrap/scss/maps";
|
|
@import "bootstrap/scss/mixins";
|
|
@import "bootstrap/scss/root";
|
|
@import "bootstrap/scss/utilities";
|
|
|