USAGE
=====

After installed, you can make spans flush with their leftmost span by adding the ".flush" class.

So instead of

<div class="span6"></div>
<div class="span6"></div>

You can write

<div class="span6"></div>
<div class="span6 flush"></div>

INSTALLATION
============

1. drag flush.less into Kicktrap/extras
2. in kickstrap.less, @import this in near the bottom as such:

@import "Kickstrap/extras/flush.less";
