Class: Sprockets::ScssTemplate

Inherits:
ScssProcessor show all
Defined in:
lib/sprockets/sass_template.rb

Overview

Deprecated

Instance Attribute Summary

Attributes inherited from SassProcessor

#cache_key

Class Method Summary collapse

Methods inherited from ScssProcessor

syntax

Methods inherited from SassProcessor

cache_key, #call, #initialize, instance, syntax

Constructor Details

This class inherits a constructor from Sprockets::SassProcessor

Class Method Details

.call(*args) ⇒ Object



14
15
16
17
# File 'lib/sprockets/sass_template.rb', line 14

def self.call(*args)
  Deprecation.new.warn "ScssTemplate is deprecated please use ScssProcessor instead"
  super
end