mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
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:
parent
3637ae6aee
commit
4e9916534f
@ -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 {
|
||||||
|
@ -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';
|
||||||
|
@ -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";
|
||||||
|
@ -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";
|
||||||
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
|||||||
@import '~ChillMainAssets/module/bootstrap/bootstrap';
|
// Access to Bootstrap variables and mixins
|
||||||
|
@import '~ChillMainAssets/module/bootstrap/shared';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PERSON CONTEXT
|
* PERSON CONTEXT
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user