Django and Sass/SCSS without Node.js or a build step
Briefly

Although they are less necessary than in the past, I like to use a CSS pre-processor when doing web development.I used to use LessCSS, but recently I've found that I can use Sass without needing either a separate build step, or a package that requires Node.js and npm to install it.The heart of the functionality is provided by libsass, an implementation of Sass as a C++ library.
Read at Luke Plant's home page
[
add
]
[
|
|
]