export function makeCSSAlias(variableName: string) { return `var(${variableName})`; }