Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Other
221
stars
60
forks
source link
Add an option to specify output style in SCSS/SASS/libsass #78
With apologies if this is already possible (I had a look through but couldn't find anything that hinted at it).
I could take a stab at implementing this if you'd like — I assume I'd just be checking for the option and adding then appending --output-style=nested to the args as is done with sourcemap_enabled and the like.
With apologies if this is already possible (I had a look through but couldn't find anything that hinted at it).
I could take a stab at implementing this if you'd like — I assume I'd just be checking for the option and adding then appending
--output-style=nested
to theargs
as is done withsourcemap_enabled
and the like.