/* v8 ignore start */ export function makeCSSAlias(variableName: string) { return `var(${variableName})` as `var(${string})`; } /* v8 ignore stop */