Method: SasscImporter#imports

Defined in:
lib/isodoc/sassc_importer.rb

#imports(path, _parent_path) ⇒ Object



6
7
8
9
10
# File 'lib/isodoc/sassc_importer.rb', line 6

def imports(path, _parent_path)
  unless path.match?(/(css|scss)$/)
    Import.new("#{path}.scss")
  end
end