Class: SassC::SparkEngine::Importer

Inherits:
Rails::Importer
  • Object
show all
Defined in:
lib/spark_engine/sassc/importer.rb

Defined Under Namespace

Classes: SassYamlExtension

Instance Method Summary collapse

Instance Method Details

#imports(path, parent_path) ⇒ Object

Inject importer into Rails



22
23
24
25
# File 'lib/spark_engine/sassc/importer.rb', line 22

def imports(path, parent_path)
  EXTENSIONS << SassYamlExtension.new
  super(path, parent_path)
end