Order of additional classes in Grid Frameworks

Permalink
Hey all,

Anyone know if it's possible to force additional classes in a grid framework to either prefix or suffix the grid class?

ie: If a class named "columns" needs to fall BEFORE the grid class of "col-1".
<div class="columns col-1"></div>

juddc