export type ISassGlobPattern = (
  base: string,
) => string;
