Closed jyng closed 5 years ago
I keep finding myself trying to reach for something like container
on the parent and col-8
or col-6-sm
on the child. The way I'm used to it being done is to define these CSS classes. Should these be included in the primitives then?
Issue has been resolved to rely on flexbox and using percentage widths
Right now i'm using flexbox and defining flex-basis on each child-item (Don't really see this scaling well) I see that you're using css grid in spacing.js. What do you recommend? I'm more used to the way basscss does this or even bootstrap.