Core
The core engine of UnoCSS without any presets: @unocss/core
. It can be used as the engine of your own Atomic CSS framework.
Installation
bash
pnpm add -D @unocss/core
pnpm add -D @unocss/core
bash
yarn add -D @unocss/core
yarn add -D @unocss/core
bash
npm install -D @unocss/core
npm install -D @unocss/core
Usage
ts
import { createGenerator } from '@unocss/core'
const generator = createGenerator(
{ /* user options */ },
{ /* default options */ }
)
const { css } = await generator.generate(code)
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