class Sass::Importers::Base

def key(uri, options)

Returns:
  • ((String, String)) - The key pair which uniquely identifies

Parameters:
  • options ({Symbol => Object}) -- Options for the Sass file
  • uri (String) -- A URI known to be valid for this importer.
def key(uri, options)
  Sass::Util.abstract(self)
end