style: dont add unnecessary space
This commit is contained in:
parent
b350087a7a
commit
a939034bc1
|
@ -78,7 +78,7 @@ async function initThemes() {
|
||||||
normalizedValue = `${normalizedValue}${meta.units ?? ""}`;
|
normalizedValue = `${normalizedValue}${meta.units ?? ""}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
cssVars.push(`--${id}: ${normalizedValue};`);
|
cssVars.push(`--${id}:${normalizedValue};`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue