0.0.11 • Published 1 year ago
@haixee/unocss-preset v0.0.11
unocss-preset-haixee
A preset for UnoCSS, tailored for our company's needs.
Installation
yarn add -D unocss @haixee/unocss-presetnpm install --save-dev unocss @haixee/unocss-presetUsage
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.