I would like to design a report page with a different layout for printing to mobile. I am using bootstrap v3. It seems the grid can\'t differentiate between the two as the b
The Sass version of Fredy31 solution:
@for $i from 1 through 12 { .col-print-#{$i} { width: #{percentage(round($i*8.33)/100)}; float: left; } }