@onekuma/reset
Version:
OneKuma CSS Reseting
24 lines (16 loc) • 742 B
Markdown
# @onekuma/reset
[](https://www.npmjs.com/package/@onekuma/reset)
OneKuma CSS Reseting are copied from [@unocss/reset](https://github.com/unocss/unocss/tree/main/packages/reset).
```bash
pnpm i @onekuma/reset
```
+ [antfu.css](https://github.com/unocss/unocss/blob/main/packages/reset/antfu.css)
+ [tailwind.css](https://github.com/unocss/unocss/blob/main/packages/reset/tailwind.css)
+ [normalize.css](https://necolas.github.io/normalize.css/)
```ts
import '@onekuma/reset/antfu.css'
import '@onekuma/reset/tailwind.css'
import '@onekuma/reset/normalize.css'
```
## License
MIT License © 2023 [XLor](https://github.com/yjl9903)