Skip to content

kazettique/tw-theme-switcher-poc

Repository files navigation

Tailwind Theme Switcher POC

Features

  • Switch different themes (palettes) with one tailwind config file.
  • No special webpack config need.

Pros

  • Change, add new theme without modifying JSX, in other word, no need to modify className.

Cons

  • Adding new theme or updating theme palette should rebuild all project.