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:
Mathieu Jaumotte 2021-07-29 10:45:11 +02:00
parent 3637ae6aee
commit 4e9916534f
6 changed files with 26 additions and 16 deletions

View File

@ -1,4 +1,6 @@
@import '~ChillMainAssets/module/bootstrap/bootstrap'; // Access to Bootstrap variables and mixins
@import '~ChillMainAssets/module/bootstrap/shared';
//@import '~ChillMainSass/custom/mixins/entity'; //@import '~ChillMainSass/custom/mixins/entity';
//.chill-entity.chill-entity__activity-reason { //.chill-entity.chill-entity__activity-reason {

View File

@ -1,6 +1,5 @@
// Need to access bootstrap variables // Access to Bootstrap variables and mixins
// TO CHECK: load all bootstrap in chill entrypoint ??! @import '~ChillMainAssets/module/bootstrap/shared';
@import '~ChillMainAssets/module/bootstrap/bootstrap';
// Chill mixins // Chill mixins
@import './scss/mixins'; @import './scss/mixins';

View File

@ -7,17 +7,10 @@
* Enable / disable bootstrap assets * Enable / disable bootstrap assets
*/ */
// Bootstrap configuration files are shared with chill entrypoint
@import "shared";
// scss-docs-start import-stack // 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 // Layout & components
@import "bootstrap/scss/root"; @import "bootstrap/scss/root";
@import "bootstrap/scss/reboot"; @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";

View File

@ -1,4 +1,5 @@
@import '~ChillMainAssets/module/bootstrap/bootstrap'; // Access to Bootstrap variables and mixins
@import '~ChillMainAssets/module/bootstrap/shared';
/* /*
* PERSON CONTEXT * PERSON CONTEXT

View File

@ -1,4 +1,5 @@
@import '~ChillMainAssets/module/bootstrap/bootstrap'; // Access to Bootstrap variables and mixins
@import '~ChillMainAssets/module/bootstrap/shared';
div#single_task_warningInterval { div#single_task_warningInterval {
display: flex; display: flex;