Skip to content

Wind4 preset

The Tailwind4 CSS compact preset for UnoCSS.

Source Code

Installation

bash
pnpm add -D @unocss/preset-wind4
bash
yarn add -D @unocss/preset-wind4
bash
npm install -D @unocss/preset-wind4
uno.config.ts
ts
import presetWind4 from '@unocss/preset-wind4'
import { defineConfig } from 'unocss'

export default defineConfig({
  presets: [
    presetWind4(),
  ],
})

TODO: Add more details here.

Released under the MIT License.