# File lib/compass/sprite_importer.rb, line 28
    def find(uri, options)
      @uri, @options = uri, options
      if uri =~ SPRITE_IMPORTER_REGEX
        return sass_engine
      end
    end