Skip to content

Wind3 preset

De Tailwind CSS / Windi CSS compact preset voor UnoCSS.

Bron Code

INFO

@unocss/preset-wind en @unocss/preset-uno zijn afgekeurd en hernoemd naar @unocss/preset-wind3. Deze preset erft van @unocss/preset-mini.

Installatie

bash
pnpm add -D @unocss/preset-wind3
bash
yarn add -D @unocss/preset-wind3
bash
npm install -D @unocss/preset-wind3
bash
bun add -D @unocss/preset-wind3
ts
import presetWind3 from '@unocss/preset-wind3'
import { defineConfig } from 'unocss'

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

TIP

Deze preset is opgenomen in het unocss pakket, je kunt het ook vandaar importeren:

ts
import { presetWind3 } from 'unocss'

Regels

Released under the MIT License.