THE PENDING DRAFT

CSS Pro Tips

October 11, 2015

Matt Smith shared some CSS Pro Tips on GitHub. I especially like the following snippet, but there’s a whole lot of other interesting things.

ul > li:not(:last-child)::after {
content: ",";
}

AllThingsSmitty – CSS Pro Tips (GitHub)

Leave your comment