# File lib/sass/importers/deprecated_path.rb, line 15 def find(*args) found = super if found && !@warning_given @warning_given = true Sass::Util.sass_warn deprecation_warning end found end