Class: Sprockets::SassTemplate

Inherits:
SassProcessor 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 SassProcessor

cache_key, #call, #initialize, instance, syntax

Constructor Details

This class inherits a constructor from Sprockets::SassProcessor

Class Method Details

.call(*args) ⇒ Object



6
7
8
9
# File 'lib/sprockets/sass_template.rb', line 6

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