0.0.7 • Published 2 months ago

unocss-preset-px2rem v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

unocss-preset-px2rem

Convert all px to rem in utils with unocss.

installation

pnpm i unocss-preset-px2rem -D

config

// unocss.config.ts
import presetPxToRem from "unocss-preset-px2rem"

export default defineConfig({
  // default base font size: 16; default unit precision: 2
  presets: [presetPxToRem()],
})
0.0.7

2 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago