UNPKG

@awal-solution/tailwind-theming

Version:

<div align="left"> <h1>Tailwind theming</h1> <p>The <b>TailwindCSS Multi-Theming Plugin</b> is a utility for creating and managing multiple themes in your TailwindCSS-based projects. With this library, you can define, add, update, and remove themes dyn

6 lines (5 loc) 263 B
export { themePlugin } from './plugin'; export { themeManager } from './theme'; export { type TailwindExtension as ThemeType } from './config'; export { type ThemeManagerType, type AddThemeType as CreateThemeType } from './types'; export declare const a = "bar";