0.0.14 • Published 2 years ago

empxrem v0.0.14

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

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);
0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago