remove ChillMainSass webpack alias (scratch reference)

This commit is contained in:
Mathieu Jaumotte 2021-07-12 17:11:59 +02:00
parent 0224224744
commit 3c4c5e29a3
4 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
@import '~ChillMainSass/custom/config/colors'; @import '~ChillMainAssets/modules/bootstrap/bootstrap';
@import '~ChillMainSass/custom/mixins/entity'; //@import '~ChillMainSass/custom/mixins/entity';
.chill-entity.chill-entity__activity-reason { //.chill-entity.chill-entity__activity-reason {
@include entity($chill-pink, white); // @include entity($chill-pink, white);
} //}
.activity { .activity {
color: $chill-green; color: $chill-green;

View File

@ -45,7 +45,7 @@ module.exports = function(encore, entries)
// Aliases are used when webpack is trying to resolve modules path // Aliases are used when webpack is trying to resolve modules path
encore.addAliases({ encore.addAliases({
ChillMainAssets: __dirname + '/Resources/public', ChillMainAssets: __dirname + '/Resources/public',
ChillMainSass: __dirname + '/Resources/public/modules/scratch', //ChillMainSass: __dirname + '/Resources/public/modules/scratch',
ShowHide: __dirname + '/Resources/public/modules/show_hide' ShowHide: __dirname + '/Resources/public/modules/show_hide'
}); });

View File

@ -1,4 +1,4 @@
@import '~ChillMainSass/custom/config/colors'; @import '~ChillMainAssets/modules/bootstrap/bootstrap';
/* /*
* PERSON CONTEXT * PERSON CONTEXT
@ -51,16 +51,16 @@ div.person-view {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
div.cf_title_box:nth-child(4n+1) h2 { div.cf_title_box:nth-child(4n+1) h2 {
@extend .chill-red; @extend .chill-red !optional;
} }
div.cf_title_box:nth-child(4n+2) h2 { div.cf_title_box:nth-child(4n+2) h2 {
@extend .chill-green; @extend .chill-green !optional;
} }
div.cf_title_box:nth-child(4n+3) h2 { div.cf_title_box:nth-child(4n+3) h2 {
@extend .chill-orange; @extend .chill-orange !optional;
} }
div.cf_title_box:nth-child(4n+4) h2 { div.cf_title_box:nth-child(4n+4) h2 {
@extend .chill-blue; @extend .chill-blue !optional;
} }
div.cf_title_box:nth-child(2n+1) { div.cf_title_box:nth-child(2n+1) {
width: 50%; width: 50%;

View File

@ -1,4 +1,4 @@
@import '~ChillMainSass/custom/config/colors'; @import '~ChillMainAssets/modules/bootstrap/bootstrap';
@import "_task-statuses.scss"; @import "_task-statuses.scss";
@import "_task-list.scss"; @import "_task-list.scss";