A series of responsive pull helper classes that you can use to pull grid elemtents to the right. Classes can take a fraction-like
format (e.g. .u-pull-2/3) or a spoken-word format (e.g. .u-pull-2-of-3). Use these in your markup:
Note: separator for responsive is "@"
<div class="u-pull-7/12@desk u-pull-1/1@palm">
<p>Lorem Ipsum</p>
</div>