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

Function vh

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

Source from the content-addressed store, hash-verified

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(
72 objToArray(

Callers 1

style.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected