1.1.1 • Published 2 months ago

unocss-catppuccin v1.1.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 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

2 months ago

1.1.0

3 months ago

1.0.2

4 months ago

1.0.4

3 months ago

1.0.3

4 months ago

1.0.1

7 months ago

1.0.0

8 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

11 months ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago