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

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