How to use twitter bootstrap with bootstrap-sass in rails app?
问题 I'm quite new to this, but i cannot figure out the problem. In twitter bootstrap i would use : <div class="row-fluid"> <div class="span2">Column1</div> <div class="span6">Column2</div> </div> And it all works fine. But i do not want to write spanX and spanY directly into my html file, rather i would like to give meaningful class names, for example: <div class="user-container"> <div class="user-filter">First Column</div> <div class="user-list">Second Column</div> </div> Given the fact, that i