I would like to add a border between flex items on the same line. I have flex-wrap: wrap;
set, so I need a way to detect if the flex item is in a row with another flex item some how or if its in its own row when the page renders (it could be either).
If it is occupying a row with another flex item, that is the case where I would add the divider, otherwise, no divider. How could I accomplish this?