class SassC::ImportHandler::ImportCache
def resolve_file_url(path, parent_dir, from_import)
def resolve_file_url(path, parent_dir, from_import) resolved = FileSystemImporter.resolve_path(File.absolute_path(path, parent_dir), from_import) Uri.path_to_file_url(resolved) unless resolved.nil? end