is there a way to automatically address the last or first item of a column in a flexbox container? I would like the items to have a division line like this: flexbox items with division lines
The last one in each column should not have a border-bottom.
It's not a problemn to do it "manually" with nth-of-child, but items will constantly be added or removed, so I'm looking for a more elegant way to solve this. Something like".flex-item:last-in-column".