Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kyechan99/capsule-render
/ css
Function
css
utils/css.ts:57–59 ·
view source on GitHub ↗
(selector: string, properties: CSSProperties)
Source
from the content-addressed store, hash-verified
55
};
56
57
export
const
css = (selector: string, properties: CSSProperties) => {
58
return
`${selector} { ${stringifyProperties(properties)} } `;
59
};
Callers
2
getStyle
Function · 0.90
getAnimation
Function · 0.90
Calls
1
stringifyProperties
Function · 0.85
Tested by
no test coverage detected