I need to apply different styles if a flex-item
is being wrapped. I can't find any css
or js
indicator that a flex-item
is being wrapped.
The browser has to know that the item is being wrapped...
Where can I bubble that up to effect the styles being applied?
I need to have a "spacer" margin when wrapped, but the margin should be removed when the flex item is not wrapped.