Skip to content

Commit

Permalink
fix(grid-push): for ie11 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeste Glavin authored Apr 19, 2019
1 parent b2f14ea commit e4241b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/global/material-grid/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
$percent: 100%;
}

$margin: var(--ray-layout-grid-gutter-#{$size}, #{$gutter}) / 2;
$margin: $gutter / 2;

margin-left: calc(#{$margin} + #{$percent}) !important;
}
Expand Down

0 comments on commit e4241b9

Please sign in to comment.