npm.io
0.0.14 • Published 4 years ago

empxrem

Licence
MIT
Version
0.0.14
Deps
0
Size
26 kB
Vulns
0
Weekly
0

empxrem

Library for converting px to em and rem.

API

export function pxToRem(px: number, baseFontSize: number = 16);
export function pxToEm(px: number, baseFontSize: number = 16);
export function ensureNotPx(unit: number | string);
export function ensureNotPxEm(unit: number | string);

Keywords