lib/sprockets/sass/scss_template.rb in sprockets-sass-0.7.0 vs lib/sprockets/sass/scss_template.rb in sprockets-sass-0.8.0

- old
+ new

@@ -1,8 +1,8 @@ module Sprockets module Sass class ScssTemplate < SassTemplate - self.default_mime_type = "text/css" + self.default_mime_type = 'text/css' # Define the expected syntax for the template def syntax :scss end