Add support for controlling grid positions in LESS
Created by: x3nc
Bootstrap's grid system currently relies on presentational classes existing in HTML (eg. "span-one-third").
Tyler Tate has made some great progress toward eliminating these classes, by controlling grid positions in LESS. You can see his efforts here.
Is there a possibility of seeing this approach supported in Bootstrap 2.0?