0.0.1 • Published 1 year ago

unocss-preset-patch v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

unocss-preset-patch npm

Collection of feature presets not integrated into UnoCSS.

Usage

pnpm i -D unocss-preset-patch
// unocss.config.ts
import { defineConfig, presetUno } from 'unocss'
import { presetPatch } from 'unocss-preset-patch'

export default defineConfig({
  presets: [
    presetUno(),
    presetPatch(),
  ],
})

License

MIT License © 2023 zyyv

0.0.1

1 year ago