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.
1 parent 8cfad38 commit 10fa479Copy full SHA for 10fa479
src/scss/02-tools/_m-container.scss
@@ -3,6 +3,6 @@
3
*/
4
5
@mixin container {
6
- width: min($container-wide, 100% - #{$external-gutter * 2});
+ width: min(#{$container-wide}, 100% - #{$external-gutter * 2});
7
margin-inline: auto;
8
}
0 commit comments