mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Bun's native CSS bundler doesn't support Tailwind v4's @theme directive. Solution: 1. Run Tailwind CLI first to compile main.css → styles.css 2. Reference styles.css in HTML 3. Bun HTML bundler then bundles everything together Build output: - JS: 82 KB (minified, bundled) - CSS: 63 KB (minified, includes all custom styles) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>