UNPKG

@raminy/css-config

Version:

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

10 lines (8 loc) 177 B
declare const styles: { defaultTheme: string; themes: string; themeDetails: string; variablePrefix: string; tailwindVariablePrefix: string; }; export default styles;