awesto/django-shop

Problem with css variables

ThirdScript opened this issue · 2 comments

Hello

I do everything according to the documentation
But after I run the server, and visit the link on my local host
this error is all I get

Error: File to import not found or unreadable: shop/css/variables.
        on line 1:1 of myshop/static/myshop/css/_variables.scss
        from line 1:1 of myshop/static/myshop/css/default.scss
>> @import "shop/css/variables";

Does anyone have this problem ?
How did you fixed it ?

Are you still having the problem? If you already solved it, explain the problem that occurred.

Do you have the sass processor package installed?
You can show the settings configuration file to see the problem in more detail.

ljfp commented

@jhonvidal I experienced the same issue as @ThirdScript but I think this is only happening with the cookiecutter template based on this project. So, I removed my previous comments here and created an issue on the cookiecutter template project on Github -> awesto/cookiecutter-django-shop#58