Class: Sprockets::ScssTemplate

Inherits:
SassTemplate
  • Object
show all
Defined in:
lib/sprockets/scss_template.rb

Overview

Scss handler to replace Tilt’s builtin one. See ‘SassTemplate` and `SassImporter` for more infomation.

Instance Method Summary collapse

Methods inherited from SassTemplate

engine_initialized?, #evaluate, #initialize_engine, #prepare

Instance Method Details

#syntaxObject



9
10
11
# File 'lib/sprockets/scss_template.rb', line 9

def syntax
  :scss
end