# File lib/sprockets/sass_importer.rb, line 13
    def find_relative(*args)
      engine = super
      if engine && (filename = engine.options[:filename])
        @context.depend_on(filename)
      end
      engine
    end