🤔 BEMIT with grid layout
3-column grid
<div class="o-grid o-grid--3/auto">…</div>
1
2
3
4
5
6
3-row grid
<div class="o-grid o-grid--auto/3">…</div>
1
2
3
3-by-3 grid
<div class="o-grid o-grid--3/3">…</div>
1
2
3
4
5
6
7
8
9
More complicated…
For more complex objects (e.g., a sidebar layout), use another namespace. This only makes sense (as far as I can tell) for simple grid layouts.