class Sass::Importers::Base

def mtime(uri, options)

Returns:
  • (Time, nil) -

Parameters:
  • options ({Symbol => Objet}) -- Options for the Sass file
  • uri (String) -- The URI of the file to check.
def mtime(uri, options)
  Sass::Util.abstract(self)
end