UNPKG

@raminy/css-config

Version:

Tailwind CSS v4 configuration with predefined themes, semantic color tokens, and SCSS utilities for theme customization and generation.

9 lines (8 loc) 143 B
declare const config: { theme: { extend: { colors: Record<string, string>; }; }; }; export default config;