Class: Component::Framework::SassImporter

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

Instance Method Summary collapse

Instance Method Details

#imports(path, parent_path) ⇒ Object



16
17
18
19
# File 'lib/component/framework/sass_importer.rb', line 16

def imports(path, parent_path)
  return _import_components if path == "{all-components}"
  super
end