export function makeScssVariable(variableName: string, value: string) { return `${variableName}: ${value};`; }