Skip to content

Grid Auto Flow

Below, utility classes to apply grid-auto-flow property.

ClassProperties
.flow-rowgrid-auto-flow: row;
.flow-columngrid-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>

Released under the Beerware 🍺 License.