Skip to content

v0.4.3

Choose a tag to compare

@micantoine micantoine released this 04 Mar 11:15
· 553 commits to master since this release

Features

New approach to the column system, to be able to style and apply classes to oo-column="col-*" without implicating the gutter.

<div oo-column="row">
  <div oo-column="col" class="bg-primary"></div>
  <div oo-column="col" class="border-primary"></div>
</div>