Skip to content

px

Size
0.09 kb
View source

Ensure numbers are transformed to pixels when working with Unitless CSS Properties

import { px } from 'crustack/utils'
const r1 = px(16) // "16px"
const r2 = px('1rem') // "1rem"
const r3 = px(undefined) // undefined