I use :last-child selector plenty of times, mostly when using border-bottom in a list where I use border: none; for the last child, or whe
:last-child
border-bottom
border: none;
I believe it's still the simplest, low-performance way to get your last child. by that I mean, all others way to get the last child will be worse for performance, because it won't have any work done by the W3C community before.