Grid Auto Flow
Below, utility classes to apply grid-auto-flow
property.
Class | Properties |
---|---|
.flow-row | grid-auto-flow: row; |
.flow-column | grid-auto-flow: column; |
Media Queries
grid-auto-flow
is supported by changing state on-the-fly! You can use it like this:
html
<div class="flow-row small:flow-column">...</div>