Some time ago, I held a lightning talk at our functional programming meetup on Fluid Type Scales (Where you try and get rid of `class="sm:... md:... lg:..."` whenever it makes sense).
This was, for a long time, a good reason for me to use UnoCSS.
But today, I learned that someone built this for Tailwind, too:
- fluid.tw
But since this doesn't support Tailwind 4, I'll be using the slightly uglier, but simpler (and maintained!) tailwind-clamp for now.
May your utility classes always be simple :)
Today I researched Fluid Scales in Tailwind :)
#Tailwind #CSS #TIL