@haixee/unocss-preset
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @haixee/unocss-preset

Weekly Downloads

5

Version

0.0.8

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • maiko_tan
  • sheyzhen