jacobparis / underkill-stack

A react router 7 stack for simple projects
https://underkill-stack.vercel.app
220 stars 11 forks source link

Unnecessary `content` for tailwind vite plugin #2

Closed pcattori closed 2 weeks ago

pcattori commented 2 weeks ago

Tailwind's Vite plugin has access to the module graph, so it doesn't need to be told where to look for class names.

jacobparis commented 2 weeks ago

Ah good catch! Fixed now