Skip to content

Commit 5c4cd03

Browse files
authored
Merge pull request #69 from wellcometrust/bug/10899-update-max-width-variable
10899 bug: adds interpolation for grid-max-width value
2 parents a28f43f + e993816 commit 5c4cd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/10-settings/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--grid-columns: 6;
1919
--grid-gutter: calc(1.5 * var(--space-unit)); // 12px
2020
--grid-margin: 5%;
21-
--grid-max-width: rem(1344);
21+
--grid-max-width: #{rem(1344)};
2222

2323
@include mq(sm) {
2424
--grid-gutter: calc(2.5 * var(--space-unit)); // 20px

0 commit comments

Comments
 (0)