Skip to content

Commit 10fa479

Browse files
committed
fix (scss): typo
1 parent 8cfad38 commit 10fa479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/02-tools/_m-container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
*/
44

55
@mixin container {
6-
width: min($container-wide, 100% - #{$external-gutter * 2});
6+
width: min(#{$container-wide}, 100% - #{$external-gutter * 2});
77
margin-inline: auto;
88
}

0 commit comments

Comments
 (0)