MCPcopy Create free account
hub / github.com/tinyplex/tinybase / vw

Function vw

src/common/inspector/style.ts:68–68  ·  view source on GitHub ↗
(vw: number = 100)

Source from the content-addressed store, hash-verified

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`;
70
71export const APP_STYLESHEET = arrayJoin(

Callers 1

style.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected