@catppuccin/unocss
v3.0.0
Published
🌸 Soothing pastel theme preset for UnoCSS!
Readme
Previews
Usage
Install the npm package
@catppuccin/unocssnpm install -D @catppuccin/unocss # or pnpm add -D @catppuccin/unocss # or yarn add -D @catppuccin/unocssAdd the preset to your UnoCSS configuration
// uno.config.ts import { presetWind4, defineConfig } from 'unocss'; import presetCatppuccin from '@catppuccin/unocss'; export default defineConfig({ presets: [ presetWind4(), presetCatppuccin({ // options }) ] });Configure the preset if needed. Refer to the FAQ for documentation
🙋 FAQ
- Q: Where can I find the documentation?
A: Documentation can be found at https://unocss.catppuccin.com/docs
💝 Thanks to
