MCPcopy
hub / github.com/sonofmagic/weapp-tailwindcss / em

Function em

packages-runtime/typography/src/styles.js:18–18  ·  view source on GitHub ↗
(px, base)

Source from the content-addressed store, hash-verified

16}
17const rem = px => `${round(px / 16)}rem`
18const em = (px, base) => `${round(px / base)}em`
19const HEX_CHAR_DOUBLE_RE = /./g
20
21function hexToRgb(hex) {

Callers 1

styles.jsFile · 0.85

Calls 1

roundFunction · 0.70

Tested by

no test coverage detected