unocss-preset-patch
v0.0.1
Published
Collection of feature presets not integrated into UnoCSS.
Downloads
1
Readme
unocss-preset-patch
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(),
],
})