@ljtool/unocss-preset
v0.0.3
Published
reset for UnoCSS
Downloads
2
Maintainers
Readme
@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 pnpm
Usage
// unocss.config.js
import { presetUno, defineConfig } from 'unocss'
import presetLj from '@ljtool/unocss-preset'
export default defineConfig({
presets: [presetUno(), presetLj()],
})
License
Apache-2.0