You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install Orchis with ./install.sh -t elkartenet (I have created a variant for our NGO with our colors, but it seems to happen with every variant) I get some errors, complaining about:
Error: Function theme finished without @return
on line 107:41 of src/_sass/_colors.scss, in function `theme`
from line 107:41 of src/_sass/_colors.scss
from line 6:9 of src/gnome-shell/shell-47-0/gnome-shell.scss
>> $primary: theme(color);
I have added the following line to _colors.scss:82:
@return $black;
Now it works, it does not complain anymore.
The text was updated successfully, but these errors were encountered:
When I install Orchis with ./install.sh -t elkartenet (I have created a variant for our NGO with our colors, but it seems to happen with every variant) I get some errors, complaining about:
I have added the following line to _colors.scss:82:
@return $black;
Now it works, it does not complain anymore.
The text was updated successfully, but these errors were encountered: