python3-django-libsass

django-compressor filter using libsass (Python3 version)
  https://github.com/torchbox/django-libsass/
  0
  no reviews



A django-compressor filter to compile Sass files using libsass. It builds on libsass-python to make @import paths aware of Django's staticfiles mechanism, and provides a filter module for django-compressor which uses the libsass-python API directly, avoiding the overheads of calling an external executable to do the compilation.

This package contains the Python 3 version of the library.