0.0.10 • Published 9 months ago

@haixee/unocss-preset v0.0.10

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

unocss-preset-haixee

A preset for UnoCSS, tailored for our company's needs.

Installation

yarn add -D unocss @haixee/unocss-preset
npm install --save-dev unocss @haixee/unocss-preset

Usage

Import the preset in your uno.config.* files (e.g. uno.config.ts):

import { presetHaixee } from '@haixee/unocss-preset'
import { defineConfig, presetUno } from 'unocss'

export default defineConfig({
  presets: [
    presetUno(),  // Or other official presets
    presetHaixee(),
  ],
})

CSS Classes

Please refer to the official documentation for the list of available CSS classes.

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

11 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago