class Tilt::ScssTemplate

def sass_options

def sass_options
  opts = super
  opts[:syntax] = :scss
  opts
end