Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ setCssValue
Function
setCssValue
deps/v8/tools/turbolizer/src/common/util.ts:104–106 ·
view source on GitHub ↗
(varName: string, value: string)
Source
from the content-addressed store, hash-verified
102
}
103
104
export
function
setCssValue(varName: string, value: string): void {
105
document.body.style.setProperty(varName, value);
106
}
Callers
1
setVariables
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected