Don't bother adding px in the pxrem statements for container-max-widths

This commit is contained in:
Kevin MacMartin 2019-09-29 23:25:53 -04:00
parent ab3803fe59
commit 67cbde0942

View file

@ -13,11 +13,11 @@ $grid-breakpoints: (
);
$container-max-widths: (
sm: pxrem(540px),
md: pxrem(720px),
lg: pxrem(960px),
xl: pxrem(1140px),
xxl: pxrem(1540px)
sm: pxrem(540),
md: pxrem(720),
lg: pxrem(960),
xl: pxrem(1140),
xxl: pxrem(1540)
);
// Colours