Jak111
Jak111

Reputation: 119

Adding Sass to Django

I want to use SASS in my Django Project. But where should I put all my Sass files ? Should I create a 'Sass' folder in my Project Folder or is it better to create for each App a 'Sass' folder. And which converter would you recommend to convert my sass files to css ?

Upvotes: 2

Views: 599

Answers (1)

Phuong Vu
Phuong Vu

Reputation: 537

In my opinion, sass files are frontend's stuffs so i will put it in static.

Upvotes: 1

Related Questions