Internalizing CSS flexbox - Hacker Log

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

As a CSS design newbie, it's notable that a simple breadcrumb design (in tailwind) like,

image.png

takes quite a bit of nested flexboxes!

image.png

via https://tailwindesign.com/components/breadcrumb

Breadcrumb UI Kit components created of Tailwind CSS.
Sridhar Ratnakumar

Don't want to copy paste examples forever; I wonder if there is a trick to internalizing these things so I can write them on the fly.