Class: Sprockets::ScssProcessor

Inherits:
SassProcessor show all
Defined in:
lib/sprockets/sass_processor.rb

Instance Attribute Summary

Attributes inherited from SassProcessor

#cache_key

Class Method Summary collapse

Methods inherited from SassProcessor

cache_key, call, #call, #initialize, instance

Constructor Details

This class inherits a constructor from Sprockets::SassProcessor

Class Method Details

.syntaxObject



306
307
308
# File 'lib/sprockets/sass_processor.rb', line 306

def self.syntax
  :scss
end