If you hang around modern frontend discourse or pretty much any React codebase, Tailwind feels like the default.
It’s fast. It’s polished. It has great docs. It makes UIs look decent by accident.
And yet… I don’t use it.
This post is my attempt to...
The next step in responsive design: container queries.
For many years, responsive web design relied on media queries. You define some parameters, and the layout changes depending on the screen size. Ideal for adapting designs for phones, tablets, a...