Sha256: 6b2fab77d80a460aaf1252329d31054d93701cef995498f6aa534b24678e9627

Contents?: true

Size: 229 Bytes

Versions: 11

Compression:

Stored size: 229 Bytes

Contents

module Sprockets
  module Sass
    class ScssTemplate < SassTemplate
      self.default_mime_type = "text/css"
      
      # Define the expected syntax for the template
      def syntax
        :scss
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sprockets-sass-0.7.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.6.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.6.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.5.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.5.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.4.3 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.4.2 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.4.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.4.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.3.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.2.3 lib/sprockets/sass/scss_template.rb