@raminy/css-config
Version:
Tailwind CSS v4 configuration with predefined themes, semantic color tokens, and SCSS utilities for theme customization and generation.
25 lines (23 loc) • 393 B
text/typescript
/**
* This file is generated. Do not edit manually.
* Run 'pnpm generate:styles-css' to generate.
*/
export type Theme =
| "cg-blue"
| "cyan"
| "teal"
| "pink"
| "rose"
| "orange"
| "amber"
| "green"
| "olive"
| "basil"
| "brown"
| "indigo"
| "purple"
| "magenta"
| "electric-blue"
| "hot-pink"
| "shrine-pink"
| "crane-purple";