This is the HTML:
<div class="class1">Class</div>
<div class="class2">Class</div>
<div class="class3">Class</div>
CSS is the following:
.class1, .class2, .class3 { ... }
I'm not sure if it's possible, but I'm trying to simplify the css.
Something like:
.class(from1to3) { ... }