We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f0e09 commit 6b36b86Copy full SHA for 6b36b86
packages/runtime-dom/src/helpers/useCssVars.ts
@@ -85,7 +85,7 @@ function setVarsOnNode(el: Node, vars: Record<string, string>) {
85
if (vars[key] != null) {
86
style.setProperty(`--${key}`, vars[key])
87
cssText += `--${key}: ${vars[key]};`
88
- }
+ }
89
}
90
;(style as any)[CSS_VAR_TEXT] = cssText
91
0 commit comments