Version 2 of Twitters \"Bootstrap\" UI framework was released today. While I find it very handy, I dislike how non-semantic it is.
I\'d rather avoid setting class
For the new Bootstrap 2.1 (maybe works on 2.0):
.content{ .makeRow(); .main-content{ .makeColumn(5,2);} // (size,offset) .sidebar{ .makeColumn(3); } }
Finally works!