/* Your standard grid helper. Styleguide 4.0.0. */ .grid(@columns, @max: 10) { width: (@columns / @max) * 960px; }