Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
const
px = (...pxs: number[]) => `${pxs.join(
'px '
)}px`;
68
const
vw = (vw: number = 100) => `${vw}vw`;
69
const
vh = (vh: number = 100) => `${vh}vh`;
70
71
export
const
APP_STYLESHEET = arrayJoin(
72
objToArray(
Callers
1
style.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected