0.1.1 • Published 7 months ago

@bryce-loskie/unocss-preset v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Opinionated Unocss Preset

Install

To get started with Unocss Preset, follow these simple steps:

1. Install Unocss

pnpm i -D unocss @bryce-loskie/unocss-preset

2. Configure Unocss to use the preset.

In your project's Unocss configuration file (usually named ), import the preset and add it to the section:unocss.config.[jt]s

// uno.config.ts
import { presetWeb } from '@bryce-loskie/unocss-preset'
import { presetMini } from '@bryce-loskie/unocss-preset/mini' // for uniapp only
import { defineConfig } from 'unocss'

export default defineConfig({
  presets: [
    presetWeb(), // for web
    presetMini(), // for uniapp
  ],
})

License

MIT License © 2025-PRESENT guygubaby

0.1.1

7 months ago

0.1.0

7 months ago