class Tilt::ScssTemplate

def sass_options

def sass_options
  super
  @options[:syntax] = :scss
  @options
end