Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StaticMania/keep-react
/ remToPx
Function
remToPx
utils/remToPx.ts:1–4 ·
view source on GitHub ↗
(rem: string)
Source
from the content-addressed store, hash-verified
1
export
const
remToPx = (rem: string) => {
2
const
remValue = Number(rem.split(
'rem'
)[0])
3
return
remValue * 16 +
'px'
4
}
Callers
3
HeadingContent
Function · 0.90
BodyContent
Function · 0.90
DisplayContent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected