Reputation: 119
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
Reputation: 537
In my opinion, sass files are frontend's stuffs so i will put it in static
.
Upvotes: 1