Class: Sprockets::Sass::ScssTemplate

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

Instance Attribute Summary

Attributes inherited from SassTemplate

#context

Instance Method Summary collapse

Methods inherited from SassTemplate

engine_initialized?, #evaluate, #initialize_engine, #prepare

Instance Method Details

#syntaxObject

Define the expected syntax for the template



7
8
9
# File 'lib/sprockets/sass/scss_template.rb', line 7

def syntax
  :scss
end