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

Will the @use operator be included in future versions? #12

Open daniel-frick opened 3 years ago

daniel-frick commented 3 years ago

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

vsalvino commented 3 years ago

Probably not (right away at least). This module is based on libsass (C library) which the sass developers themselves have deprecated. So going forward there will be no more convenient Python integration, only the Dart library.

As such we will have to re-write (django-sass v2) to use their new CLI tool, or some horrific Dart integration. Read all about it here: https://sass-lang.com/blog/libsass-is-deprecated