Sha256: 8baed079487bc2b4feb97044f38cffa78863e0ab03ff5698d75b88126bf90c2f
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true require_relative './sass_template' # @TODO refactor the Sprockets::Sass::Functions , logical_path is unavailable module Sprockets module Sass module V4 # Preprocessor for SCSS files class ScssTemplate < Sprockets::Sass::V4::SassTemplate 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/v4/scss_template.rb |
sprockets-sass-2.0.0.beta1 | lib/sprockets/sass/v4/scss_template.rb |