0.0.3 • Published 1 month ago

@ljtool/unocss-preset v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

@ljtool/unocss-preset

npm node license stars release

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

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago