mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix webpack path with aliases
This commit is contained in:
parent
60b48a97e2
commit
0cc951b296
@ -1,5 +1,5 @@
|
||||
|
||||
@import '../../../../main/Resources/public/sass/custom/config/colors';
|
||||
@import '~ChillMainSass/custom/config/colors';
|
||||
|
||||
div#header-person-name {
|
||||
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-list.scss";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user