Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@haixee/unocss-preset

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haixee/unocss-preset

Haixee Frontend Team Opinionated UnoCSS Presets

latest
Source
npmnpm
Version
0.0.11
Version published
Maintainers
0
Created
Source

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.

FAQs

Package last updated on 14 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts