Grids

A layout pattern to easily create a grid of equal columns.

Implementation

<div class="grid">
  ...
</div>

API

Custom propertyDefaultDescription
--layout-gap0Sets the gap of the targeted element
--layout-amount2Sets the number of colums

Utility classes

Class nameRequired?Description
--gap-{z}Controls the --layout-gap API
--amount-{z}Controls the --layout-amount API