class Middleman::Renderers::Sass::ScssPlusCSSFilenameTemplate

def sass_options_with_scope(scope)

def sass_options_with_scope(scope)
  super.merge(:syntax => :scss)
end