coderedcorp / django-sass

The absolute simplest way to use Sass with Django. Pure Python, minimal dependencies, no special configuration required!
Other
72 stars 7 forks source link

IS @use not supported because libsass doesnt support it? #2

Closed tombohub closed 4 years ago

tombohub commented 4 years ago

@use is not supported

vsalvino commented 4 years ago

I'm assuming this is a limitation of libsass. We do not actually process the sass directly in django-sass, it is more of a wrapper.

The right place to ask would probably be: https://github.com/sass/libsass-python

tombohub commented 4 years ago

Yes, that what I thought.