class SassC::ImportHandler::FileSystemImporter

def without_ext(path)

def without_ext(path)
  ext = File.extname(path)
  path.delete_suffix(ext)
end