CSS classless with catpputin theme
Find a file
2025-06-27 09:28:43 +02:00
.gitignore feat: initial commit 2025-06-26 09:43:41 +02:00
LICENSE Initial commit 2025-06-26 08:45:01 +02:00
package-lock.json feat: initial commit 2025-06-26 09:43:41 +02:00
package.json feat: initial commit 2025-06-26 09:43:41 +02:00
README.md chore: change endpoint 2025-06-27 09:28:43 +02:00
styles.css feat: initial commit 2025-06-26 09:43:41 +02:00
styles.min.css feat: initial commit 2025-06-26 09:43:41 +02:00

Classless CSS framework Catppuccin Edition

GitHub license GitHub release CDN Status Version

A minimal, classless CSS framework featuring the beautiful Catppuccin color palette. Automatically switches between Mocha (dark) and Latte (light) themes based on system preferences. Inspirated in Pico.css.

Features

  • 🎨 Complete Catppuccin color palette
  • 🌓 Automatic dark/light mode
  • 📦 Only 4KB minified
  • 🏗️ Classless design (styles HTML elements directly)
  • 📱 Fully responsive
  • 🔥 No dependencies

Installation

<!-- Full version (development) -->
<link rel="stylesheet" href="https://femtocat.b-cdn.net/styles.css">

<!-- Minified version (production) -->
<link rel="stylesheet" href="https://femtocat.b-cdn.net/styles.min.css">