v0.4.3
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>