Class: SassC::ImportHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/sassc/embedded.rb

Instance Method Summary collapse

Instance Method Details

#setup(_native_options) ⇒ Object



193
194
195
196
197
198
199
200
# File 'lib/sassc/embedded.rb', line 193

def setup(_native_options)
  if @importer
    import_cache = ImportCache.new(@importer)
    [Importer.new(import_cache), FileImporter.new(import_cache)]
  else
    []
  end
end