@trinapower/unocss-public-reset
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@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

Package Sidebar

Install

npm i @trinapower/unocss-public-reset

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

17.6 kB

Total Files

8

Last publish

Collaborators

  • twonian