1 2 3 4 5 6 7 8
/* Your standard grid helper. Styleguide 4.0.0. */ .grid(@columns, @max: 10) { width: (@columns / @max) * 960px; }