mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 18:39:43 +00:00
fix webpack path with aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
@import '../../../../main/Resources/public/sass/custom/config/colors';
|
@import '~ChillMainSass/custom/config/colors';
|
||||||
|
|
||||||
div#header-person-name {
|
div#header-person-name {
|
||||||
background: none repeat scroll 0 0 $chill-green-dark;
|
background: none repeat scroll 0 0 $chill-green-dark;
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
@import '../../../../main/Resources/public/sass/custom/config/colors';
|
@import '~ChillMainSass/custom/config/colors';
|
||||||
|
|
||||||
@import "_task-statuses.scss";
|
@import "_task-statuses.scss";
|
||||||
@import "_task-list.scss";
|
@import "_task-list.scss";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user