Skip to content

didengren/unocss-public-reset

Repository files navigation

@trinapower/unocss-public-reset

NPM version

a unocss preset for resetting common styles

Installation

pnpm add @trinapower/unocss-public-reset -D

Usage

// uno.config.ts
import { defineConfig, presetAttributify, presetUno } from 'unocss'
import { adminStylesReset } from '@trinapower/unocss-public-reset'

export default defineConfig({
  presets: [
    presetUno(),
    presetAttributify(),
    adminStylesReset({ projBrand: 'psm' })
  ],
})

Configurations

Field Default Description
maxOutput 6 default number of nodes covered by enter animation

License

MIT License © 2023 Sam Xu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published