Files
kakebo/tailwind.config.js
Andros Fenollosa cb21275e93 Replace Tailwind CDN with pre-compiled CSS to fix LiveView nav bug
The Tailwind CDN script (JIT compiler) did not regenerate CSS for
utility classes unique to pages reached via LiveView navigation.
Classes only present on target pages had no CSS when navigating
without a full page reload.

Fix: pre-compile Tailwind + DaisyUI to a static CSS file (62KB)
using Tailwind CLI. All classes are available regardless of how
the page content is loaded.
2026-03-23 08:24:28 +01:00

239 B