every chill sass sheets need to load bootstrap configuration files

but we don't want to load all bootstrap in chill entrypoint !
This commit is contained in:
2021-07-29 10:45:11 +02:00
parent 3637ae6aee
commit 4e9916534f
6 changed files with 26 additions and 16 deletions

View File

@@ -7,17 +7,10 @@
* Enable / disable bootstrap assets
*/
// Bootstrap configuration files are shared with chill entrypoint
@import "shared";
// scss-docs-start import-stack
// Configuration
@import "bootstrap/scss/functions";
/* replace by CHILL variables */
//@import "bootstrap/scss/variables";
@import "custom/_variables";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";
// Layout & components
@import "bootstrap/scss/root";
@import "bootstrap/scss/reboot";

View File

@@ -0,0 +1,14 @@
// Configuration
@import "bootstrap/scss/functions";
/*
* Replaced by CHILL variables
* it is necessary to keep the possibility of making a diff with original !
* original: "bootstrap/scss/variables";
*/
@import "custom/_variables";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";