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

Will the @use operator be included in future versions?

Open daniel-frick opened this issue 3 years ago • 1 comments

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

daniel-frick avatar Aug 29 '21 07:08 daniel-frick

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

vsalvino avatar Aug 30 '21 02:08 vsalvino