UNPKG

@onekuma/reset

Version:
24 lines (16 loc) 742 B
# @onekuma/reset [![version](https://img.shields.io/npm/v/@onekuma/reset?color=rgb%2850%2C203%2C86%29&label=@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)