0.1.5 • Published 1 month ago

@bryce-loskie/unocss-preset-mini v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Unocss Preset Mini

Introduction

Unocss Preset Mini is a preset support uniapp mini program.

Install

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

1. Install Unocss

pnpm i -D unocss

2. Install Unocss Preset Ease

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

3. Configure Unocss to use the Ease preset.

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

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

export default defineConfig({
  presets: [
    presetMini(),
    // ...custom presets
  ],
})

License

MIT License © 2024-PRESENT guygubaby

0.1.5

1 month ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.0

2 months ago