mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Don't bother adding px in the pxrem statements for container-max-widths
This commit is contained in:
parent
ab3803fe59
commit
67cbde0942
1 changed files with 5 additions and 5 deletions
10
resources/assets/sass/_var.scss
vendored
10
resources/assets/sass/_var.scss
vendored
|
@ -13,11 +13,11 @@ $grid-breakpoints: (
|
||||||
);
|
);
|
||||||
|
|
||||||
$container-max-widths: (
|
$container-max-widths: (
|
||||||
sm: pxrem(540px),
|
sm: pxrem(540),
|
||||||
md: pxrem(720px),
|
md: pxrem(720),
|
||||||
lg: pxrem(960px),
|
lg: pxrem(960),
|
||||||
xl: pxrem(1140px),
|
xl: pxrem(1140),
|
||||||
xxl: pxrem(1540px)
|
xxl: pxrem(1540)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Colours
|
// Colours
|
||||||
|
|
Loading…
Reference in a new issue