aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/less/mixins.less
blob: 87b527236a62536a9789f855ea86649839a9de43 (plain)
1
2
3
4
5
6
7
8
/*
Your standard grid helper.

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