Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyyv/unocss-preset-patch

Collection of feature presets not integrated into UnoCSS.
https://github.com/zyyv/unocss-preset-patch

unocss unocss-preset

Last synced: 16 days ago
JSON representation

Collection of feature presets not integrated into UnoCSS.

Awesome Lists containing this project

README

        

# unocss-preset-patch [![npm](https://img.shields.io/npm/v/unocss-preset-patch)](https://npmjs.com/package/unocss-preset-patch)

Collection of feature presets not integrated into UnoCSS.

## Usage
```shell
pnpm i -D unocss-preset-patch
```

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

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

## License

[MIT](./LICENSE) License © 2023 [zyyv](https://github.com/zyyv)