django-sass icon indicating copy to clipboard operation
django-sass copied to clipboard

The absolute simplest way to use Sass with Django. Pure Python, minimal dependencies, no special configuration required!

Results 4 django-sass issues
Sort by recently updated
recently updated
newest added

`libsass`, which powers dozens of wrappers including the official Python sass library, has sadly been deprecated by the sass team. Therefore, we must figure out a new way to integrate...

It has been around now for 2 years, @import will be deprecated.

ImportError: dlopen(/Users/xxx/Documents/Projects/xxx/backend/.venv/lib/python3.9/site-packages/_sass.abi3.so, 2): no suitable image found. Did find: /Users/xxx/Documents/Projects/xxx/backend/.venv/lib/python3.9/site-packages/_sass.abi3.so: mach-o, but wrong architecture

I've just cloned repo, installed dev requirements to venv and tried to run `pytest` Error message: `ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH...