Skip to content

Collection of feature presets not integrated into UnoCSS.

License

Notifications You must be signed in to change notification settings

zyyv/unocss-preset-patch

Repository files navigation

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

About

Collection of feature presets not integrated into UnoCSS.

Topics

Resources

License

Stars

Watchers

Forks