Closed rob-bar closed 9 years ago
@mixin grid($i, $container: false) { @if $container { @include container; } > * { @include span($cols / $i of $cols); &:nth-child(#{$i}n) { @include last; } &:nth-child(#{$i}n+1) { clear: both; } } }