Global template classes

Is the global template not scanned for tailwind classes?

not currently, no. What’s the use case for needed to add them to the project template?

Me personally, always like to ensure my footer is pushed down on pages with little content. So I’d always add min-h-screen to the body.

I can of course achieve this using a wrapper div in every page, just cleaner and harmless on the body tag.