1.1.1 • Published 10 months ago

unocss-catppuccin v1.1.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
10 months ago

Catppuccin for UnoCSS

🌸 Soothing pastel theme preset for UnoCSS!

CI Status npm Version JSR GitHub Stars

Installation

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

Usage

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

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

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

Options

Please refer to the documentation in jsr.io.

License

This project is licenced under Mozilla Public License Version 2.0.

1.1.1

10 months ago

1.1.0

11 months ago

1.0.2

12 months ago

1.0.4

11 months ago

1.0.3

12 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago