mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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: (
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue