class Sass::Importers::Base
def find(uri, options)
-
(Sass::Engine, nil)
- An Engine containing the imported file,
Parameters:
-
options
({Symbol => Object}
) -- Options for the Sass file -
uri
(String
) -- The URI to import.
def find(uri, options) Sass::Util.abstract(self) end