App for updating and manipulating SASS/SCSS compiling on the fly
Full install if you need to compile sass on the fly: pip install django-stylist[sass]
If you just need the model to store style values: pip install django-stylist
Legacy users should add the setting STYLIST_USE_SASS = True should they choose to continue compiling sass files.