Sass engine which supports :pretty option
# File lib/slim/embedded.rb, line 153 def tilt_render(tilt_engine, tilt_options, text) text = tilt_engine.new(tilt_options.merge( :style => options[:pretty] ? :expanded : :compressed, :cache => false)) { text }.render text.chomp! [:static, text] end