How to make work in django index.html
with following line?
<link href="{{ elixir('css/app.css')}}" rel="stylesheet" type="text/css">
Also I can't find much on how to use sass in Django.
I have index.html
and SASS files from laravel, can I make it work in Django?
Cheers.