col-*-push-12
Created by: glebm
Where did col-*-push-12
classes go? Is there a new way to swap col-*-12
elements?
I vaguely remember this used to work at some point:
<div class="col-sm-12.col-sm-push-12">a</div>
<div class="col-sm-12.col-sm-pull-12">b</div>
rendered
b
a