MCPcopy
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
57export const css = (selector: string, properties: CSSProperties) => {
58 return `${selector} { ${stringifyProperties(properties)} } `;
59};

Callers 2

getStyleFunction · 0.90
getAnimationFunction · 0.90

Calls 1

stringifyPropertiesFunction · 0.85

Tested by

no test coverage detected