Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ style.js
File
style.js
host/dom/src/main/style.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* CSSOM, layout queries, focus. */
2
3
export
default ({ node }) => ({
4
set_style: (h, prop, value) => { node(h).style[prop] = value; },
Callers
nothing calls this directly
Calls
1
node
Function · 0.85
Tested by
no test coverage detected