export function makeCSSVariable(name: string, value?: string) { return `${name}: ${value};\n`; }