px
Size
0.09 kb
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
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