Element in question expands based on differing child dimensions. I figure you'd do this with modulus and calc(), but am having trouble implementing it, given modulus not existing. Using this in an React project, so JS would be fine, but would like to try to accomplish via CSS if possible.
Example would be an element having children that total to 175 pixels of width and wanting a round up to 180px.