Skip to content

v0.2.3

Choose a tag to compare

@markmals markmals released this 16 Mar 02:33
· 32 commits to main since this release

Fixes

  • Add missing tailwind.css entry file — The @tailwindcss/vite plugin and RSC root template both reference ./app/styles/tailwind.css, but the file was not included in template output. Added @import "tailwindcss" entry file to the shared React template layer.