Core
プリセットなしのUnoCSSのコアエンジン:@unocss/core
。独自のアトミックCSSフレームワークのエンジンとして使用できます。
インストール
bash
pnpm add -D @unocss/core
bash
yarn add -D @unocss/core
bash
npm install -D @unocss/core
bash
bun add -D @unocss/core
使用方法
ts
import { createGenerator } from '@unocss/core'
const generator = await createGenerator(
{ /* user options */ },
{ /* default options */ }
)
const { css } = await generator.generate(code)
ライセンス
- MIT License © 2021-PRESENT Anthony Fu