Sha256: b0f2ad8c241fe5acc67137d40f5c93adc78ddafdaaf70540c011ebfddeac5ec4

Contents?: true

Size: 229 Bytes

Versions: 12

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

12 entries across 12 versions & 2 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/gems/sprockets-sass-1.3.1/lib/sprockets/sass/scss_template.rb
sprockets-sass-1.3.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.3.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.2.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.1.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.0.3 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.0.2 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.0.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-1.0.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.9.1 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.9.0 lib/sprockets/sass/scss_template.rb
sprockets-sass-0.8.0 lib/sprockets/sass/scss_template.rb