Container queries are rad AF!

It’s still hard to give a shit about tech right now, and I want to give you an update on my community fridge project soon, but today, I actually am excited about a tech thing! Today, let’s talk about container queries! The Use Case Responsive web design gave us media queries, which let you adjust the layout at certain breakpoints. For example, you may have layout that starts off as a single column on small mobile devices in portrait orientation, flips to a two-column grid on mid-sized viewports, and then becomes three or four columns in bigger viewports.

@cferdinandi small typo: in that last container rule, it should probably be `repeat(4, 1fr)` (also in the CodePen)
@cferdinandi These and has: are my two favorite new things we can actually use in production now