Cyan 3, now on Fluxer
- CSS 99.1%
- JavaScript 0.9%
| src | ||
| .gitignore | ||
| import.css | ||
| import.css.map | ||
| LICENSE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| postcss.config.js | ||
| README.md | ||
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
- Clone the repository
- 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 pointimport.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