Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zyyv/unocss-preset-patch
- Owner: zyyv
- License: mit
- Created: 2023-04-11T01:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T16:13:35.000Z (over 1 year ago)
- Last Synced: 2024-11-29T08:45:58.576Z (about 1 month ago)
- Topics: unocss, unocss-preset
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)