Codebase list compass-susy-plugin / 40edf64
Merge pull request #193 from jackmarketon/master Fixed for Isolate Grid Eric Meyer 10 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4141 &:#{format-nth($nth,$selector)} {
4242 margin-#{$from}: space($location - 1, $context, $style);
4343 @if $location == 1 { clear: $from; }
44 @else { clear: none; }
4445
4546 $location: $location + $columns;
4647 @if $location > $context { $location: 1; }