We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a28f43f + e993816 commit 5c4cd03Copy full SHA for 5c4cd03
src/styles/10-settings/_grid.scss
@@ -18,7 +18,7 @@
18
--grid-columns: 6;
19
--grid-gutter: calc(1.5 * var(--space-unit)); // 12px
20
--grid-margin: 5%;
21
- --grid-max-width: rem(1344);
+ --grid-max-width: #{rem(1344)};
22
23
@include mq(sm) {
24
--grid-gutter: calc(2.5 * var(--space-unit)); // 20px
0 commit comments