How I could create a "class" that contains .col configurations?
example (NOT real, but is near to that I mean):
html
<div class="myClass">Hello World!</div>
css/less
.myClass{
col-xs-12;
col-sm-offset-3, col-sm-6;
}
can you imaginate the potential to the use for the components?