Cyan 3, now on Fluxer
  • CSS 99.1%
  • JavaScript 0.9%
Find a file
2026-03-26 23:28:54 +02:00
src Extended coverage, added message animations 2026-03-26 23:28:54 +02:00
.gitignore Initial commit 2026-03-26 11:00:30 +02:00
import.css Extended coverage, added message animations 2026-03-26 23:28:54 +02:00
import.css.map Extended coverage, added message animations 2026-03-26 23:28:54 +02:00
LICENSE.md License and README 2026-03-26 11:17:31 +02:00
package.json Initial commit 2026-03-26 11:00:30 +02:00
pnpm-lock.yaml Initial commit 2026-03-26 11:00:30 +02:00
pnpm-workspace.yaml Initial commit 2026-03-26 11:00:30 +02:00
postcss.config.js Initial commit 2026-03-26 11:00:30 +02:00
README.md License and README 2026-03-26 11:17:31 +02:00

Cyan for Fluxer

Powerful UX, stunning visuals, like never before.

A modern theme for Fluxer built with Tailwind CSS and Sass, using the Cyan Design.

Requirements

Installation

  1. Clone the repository
  2. Install dependencies:
pnpm install

Building

Build Once

To build the theme once:

pnpm run build

This compiles src/index.css using PostCSS and outputs the result to import.css.

Watch Mode

To build the theme and watch for changes during development:

pnpm run build:watch

This will continuously rebuild the theme whenever you make changes to the source files, with verbose logging enabled.

Project Structure

  • src/index.css - Main theme entry point
  • import.css - Generated output (created after building)
  • postcss.config.js - PostCSS configuration

Dependencies

  • Tailwind CSS - Utility-first CSS framework
  • PostCSS - CSS transformation tool
  • Sass - CSS preprocessor
  • @cyandesign/core - Basic stylesheets and utility classes for the Cyan Design Language

License

MIT