Twitter bootstrap – CSS class "macro"
I am a web front-end developer (newbie). Hypothetically, if I am writing code for a web page using Twitter Bootstrap and want a responsive sidebar, I can do something like this: <div class="col-xs-12 col-md-3">...</div> Let's say, in the interest of…