Alternative to Tailwind Fluid for Suburbia Tutorial

Hey,
Fluid utility doesn't have an official support for Tailwind v4. Since v4 doesn't require a config file, how should you setup fluid and use it in components? Any advice would be really appreciated .

Hey @ga.devops01 !

Alex from the tutorial here - thanks so much for taking the course and for bringing this issue to my attention. I'd recommend dropping down to Tailwind V3 - following these docs should help:

Let me know if you need any more help! I'll update the course docs so others don't have the same issue.

1 Like

Hey! If you're looking for an alternative to Tailwind Fluid for the Suburbia tutorial, you might want to try using Clamp-based utility classes directly in Tailwind. It's a bit more hands-on but gives you full control over fluid typography and spacing.

Another good option is the tailwindcss-fluid-type plugin. It’s easy to set up and works well if you're aiming for scalable text across breakpoints without too much manual config.

Also, if you're open to something outside Tailwind, CSS custom properties with clamp() can work really well alongside Tailwind classes—especially if you want more custom behavior.

Let me know what you’re trying to achieve specifically, and I can help more!