Generate 1ofx classes for fractional widths
bower install fonzie-fractional-widths
@include fz-FractionalWidths(5);
Generates:
.fz-1of5 { width: 20%; }
.fz-2of5 { width: 40%; }
.fz-3of5 { width: 60%; }
.fz-4of5 { width: 80%; }
.fz-5of5 { width: 100%; }