MCPcopy Index your code
hub / github.com/tinyplex/tinybase / rem

Function rem

src/common/inspector/style.ts:66–66  ·  view source on GitHub ↗
(...rems: number[])

Source from the content-addressed store, hash-verified

64 `oklch(${lPercent}${remainder})`;
65const cssVar = (name: string) => `var(--${name})`;
66const rem = (...rems: number[]) => `${rems.join('rem ')}rem`;
67const px = (...pxs: number[]) => `${pxs.join('px ')}px`;
68const vw = (vw: number = 100) => `${vw}vw`;
69const vh = (vh: number = 100) => `${vh}vh`;

Callers 1

style.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected