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

9 lines (8 loc) 187 B
import { themePlugin as t } from "./plugin/index.js"; import { themeManager as m } from "./theme/index.js"; const e = "bar"; export { e as a, m as themeManager, t as themePlugin };