An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/unocss

🌸 Soothing pastel theme for UnoCSS!
https://github.com/catppuccin/unocss

catppuccin colors colours hacktoberfest pastel theme unocss

Last synced: 2 months ago
JSON representation

🌸 Soothing pastel theme for UnoCSS!

Awesome Lists containing this project

README

          


Catppuccin Logo


Catppuccin for UnoCSS



Stars Count Badge


Issues Count Badge


Contributors Count Badge


Preview

## Previews

🌻 Latte
Latte Preview

🪴 Frappé
Frappé Preview

🌺 Macchiato
Macchiato Preview

🌿 Mocha
Mocha Preview

## Usage

1. Install the npm package `@catppuccin/unocss`

```sh
npm install -D @catppuccin/unocss
# or
pnpm add -D @catppuccin/unocss
# or
yarn add -D @catppuccin/unocss
```

2. Add the preset to your UnoCSS configuration

```ts
// uno.config.ts
import { presetWind4, defineConfig } from 'unocss';
import presetCatppuccin from '@catppuccin/unocss';

export default defineConfig({
presets: [
presetWind4(),
presetCatppuccin({
// options
})
]
});
```

3. Configure the preset if needed. Refer to the [FAQ](#-faq) for documentation

## 🙋 FAQ

- Q: Where can I find the documentation?\
A: Documentation can be found at

## 💝 Thanks to

- [tuhana](https://github.com/catuhana)

 


Catppuccin Line Separator


Copyright © 2021-present Catppuccin Org



Licence Badge