Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 19, 2023
1 parent 88f0e09 commit 6b36b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/helpers/useCssVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function setVarsOnNode(el: Node, vars: Record<string, string>) {
if (vars[key] != null) {
style.setProperty(`--${key}`, vars[key])
cssText += `--${key}: ${vars[key]};`
}
}
}
;(style as any)[CSS_VAR_TEXT] = cssText
}
Expand Down

0 comments on commit 6b36b86

Please sign in to comment.