0.0.10 • Published 10 months ago

@haixee/unocss-preset v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.0.9

10 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

1 year 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