Skip to content

Commit

Permalink
Merge pull request #10435 from zurb/xy-grid-layout-fix
Browse files Browse the repository at this point in the history
Add missing arguement for xy-grid-layout mixin
  • Loading branch information
kball authored Jul 21, 2017
2 parents 95251fa + 2ac0526 commit 5ffe932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/xy-grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
$size: percentage(1/$n);

& > #{$selector} {
@include xy-cell($size, $gutter-output, $gutter-type: $gutter-type, $gutter-position: $gutter-position, $vertical: $vertical);
@include xy-cell($size, $gutter-output, $gutters, $gutter-type, $gutter-position, $breakpoint, $vertical);
}
}

0 comments on commit 5ffe932

Please sign in to comment.