2024-03-12 17:58:17 +03:00
2023-07-11 15:43:02 +03:00
2023-07-09 00:14:03 +03:00
2023-07-09 00:14:03 +03:00
2023-07-09 01:44:26 +03:00
2023-07-09 01:44:26 +03:00
2024-03-02 00:09:49 +03:00
2023-11-18 01:41:28 +03:00
2024-03-12 17:58:17 +03:00
2024-03-12 17:58:17 +03:00
2024-03-12 17:49:34 +03:00

Catppuccin for UnoCSS

🌸 Soothing pastel theme preset for UnoCSS!

CI Status npm Version GitHub Stars

Warning

Since this preset is still being developed, there might be any kind of breaking changes.

Installation

npm install unocss-catppuccin -D
# or
pnpm install unocss-catppuccin -D
# or
yarn add unocss-catppuccin -D

Usage

To use Catppuccin, simply include the extendCatppuccin preset in your UnoCSS configuration.

// unocss.config.ts
import { defineConfig, presetUno } from 'unocss';
import { extendCatppuccin } from 'unocss-catppuccin';

export default defineConfig({
  presets: [presetUno(), extendCatppuccin(/* options */)],
});

Options

Please refer to src/types.d.ts.

License

This project is licensed under Apache License Version 2.0

Description
No description provided
Readme 4.8 MiB
Languages
Astro 48.1%
TypeScript 47.5%
JavaScript 4.4%