awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Problem with css variables #880

Open ThirdScript opened 7 months ago

ThirdScript commented 7 months ago

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 ?

jhonvidal commented 7 months ago

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 1 month ago

@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 -> https://github.com/awesto/cookiecutter-django-shop/issues/58