# File lib/sprockets/sass/importer.rb, line 46 def engine_from_path(path, base_path, options) context = options[:custom][:sprockets_context] pathname = resolve(context, path, base_path) or return nil context.depend_on pathname ::Sass::Engine.new evaluate(context, pathname), options.merge( :filename => pathname.to_s, :syntax => syntax(pathname), :importer => self ) end