# File lib/sprockets/sass/importer.rb, line 77 def resolve(context, path, base_path) possible_files(context, path, base_path).each do |file| context.resolve(file) { |found| return found if context.asset_requirable?(found) } end nil end