123456789_123456789_123456789_123456789_123456789_

Class: Sprockets::ScssProcessor

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Sprockets::SassProcessor
Defined in: lib/sprockets/sass_processor.rb

Class Method Summary

SassProcessor - Inherited

.cache_key, .call,
.instance

Public: Return singleton instance with default options.

.new

Public: Initialize template with custom options.

.syntax

Internal: Defines default sass syntax to use.

Instance Attribute Summary

Instance Method Summary

SassProcessor - Inherited

#call,
#build_cache_store

Public: Build the cache store to be used by the Sass engine.

#merge_options

Constructor Details

This class inherits a constructor from Sprockets::SassProcessor

Class Method Details

.syntax

[ GitHub ]

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

def self.syntax
  :scss
end