andreyfedoseev / django-static-precompiler

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

Closed philipbelesky closed 8 years ago

philipbelesky commented 8 years ago

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.

andreyfedoseev commented 8 years ago

Fixed in bbeba4ee891bd9cd2db24b2db0b90b6889176a73