0.0.3 • Published 2 years ago
@ljtool/unocss-preset v0.0.3
@ljtool/unocss-preset
preset for UnoCSS
Installation
npm i @ljtool/unocss-preset unocss --save-dev # with npm
yarn add @ljtool/unocss-preset unocss -D # with yarn
pnpm add @ljtool/unocss-preset unocss -D # with pnpmUsage
// unocss.config.js
import { presetUno, defineConfig } from 'unocss'
import presetLj from '@ljtool/unocss-preset'
export default defineConfig({
presets: [presetUno(), presetLj()],
})License
Apache-2.0