A fast scss/sass compiler for django-pipeline using python libsass port (no needed of ruby-sass anymore)
Same as django-pipeline
pip install libsasscompiler
Add to your pipeline compiler
PIPELINE['COMPILERS'] = (
'libsasscompiler.LibSassCompiler',
)
- Fork
- create a branch
feature/your_feature
- commit - push - pull request
Thanks :)