This forces the grid unit to be flex, and then the `<Cell>` behaves like an inline-block element and is not longer full width. ``` <Grid> <Grid.Unit visible><Cell>always visible</Cell></Grid.Unit> </Grid> ``` https://github.com/jameslnewell/styled-components-grid/blob/master/src/mixins/gridUnit.js#L48 I am still using version 1 but I think it looks like it would still happen in v2.
This forces the grid unit to be flex, and then the
<Cell>behaves like an inline-block element and is not longer full width.https://github.com/jameslnewell/styled-components-grid/blob/master/src/mixins/gridUnit.js#L48
I am still using version 1 but I think it looks like it would still happen in v2.