[Django]-How to use SASS in Django?

5👍

I would suggest to use django-webpack-loader & configure webpack.
This might help https://github.com/khadegd/django-webpack-starter.

Notice: I’m the owner of django-webpack-loader

👤Ganesh

4👍

Work with sass or less is not like Laravel. You can use many libraries to do that

  1. django-sass-processor
  2. django-libsass

Leave a comment