UNPKG

@raminy/css-config

Version:

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

8 lines (6 loc) 235 B
/** * This file actually doesn't do anything. * Since this package doesn't have any *.d.ts files, * when being consumed by other packages, they might complain about missing exports. */ export type { Theme } from "./themes.types";