django-sass
django-sass copied to clipboard
Will the @use operator be included in future versions?
It has been around now for 2 years, @import will be deprecated.
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