class Sass::Importers::Base

def find_relative(uri, base, options)

Returns:
  • (Sass::Engine, nil) - An Engine containing the imported file,

Parameters:
  • options ({Symbol => Object}) -- Options for the Sass file
  • base (String) -- The base filename. If `uri` is relative,
  • uri (String) -- The URI to import. This is not necessarily relative,
def find_relative(uri, base, options)
  Sass::Util.abstract(self)
end