Class: Component::Framework::ScssTemplate

Inherits:
SassC::Rails::ScssTemplate
  • Object
show all
Defined in:
lib/component/framework/sass_importer.rb

Instance Method Summary collapse

Instance Method Details

#config_optionsObject



5
6
7
8
9
# File 'lib/component/framework/sass_importer.rb', line 5

def config_options
  options = super
  options[:importer] = Component::Framework::SassImporter
  return options
end