Sha256: 9402693c340d620592cb7e5a0a424b5ea2342f1934e92268cf0849f3ca2becc1
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true module Sprockets module Sass module V2 # Preprocessor for SCSS files class ScssTemplate < Sprockets::Sass::V2::SassTemplate # Define the expected syntax for the template def self.syntax :scss end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprockets-sass-2.0.0.beta2 | lib/sprockets/sass/v2/scss_template.rb |
sprockets-sass-2.0.0.beta1 | lib/sprockets/sass/v2/scss_template.rb |