# File lib/sprockets/sass_importer.rb, line 22 def find(*args) engine = super if engine && (filename = engine.options[:filename]) @imported_filenames << filename end engine end