Urara-Blog/node_modules/.pnpm-store/v3/files/95/f232ad85ba8585ef4faae74bd1627e975b3329b03541dd2aac11b7d848aab0557cf0f9a2e9f4b5236d97f3b56d68955b6d9b0934eeeef73dbfbfd5880e02a1
2022-08-14 01:14:53 +08:00

18 lines
449 B
Text

# @unocss/core
The core engine of [UnoCSS](https://github.com/unocss/unocss) without any presets. It can be used as the engine of your own atomic CSS framework.
## Usage
```ts
import { createGenerator } from '@unocss/core'
const generator = createGenerator({ /* user options */ }, { /* default options */ })
const { css } = await generator.generate(code)
```
## License
MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)