From 44ea0d69252ce736686c9a8a6a5bd55799384e6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20S=C3=B8rensen?= Date: Mon, 1 Nov 2021 07:59:21 +0100 Subject: [PATCH] `make-col-ready()`: remove the unused `$gutter` variable (#34334) Co-authored-by: XhmikosR Co-authored-by: Mark Otto --- scss/mixins/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index aea51abaf6..d6ac306b23 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -13,7 +13,7 @@ margin-left: calc(-.5 * var(--#{$variable-prefix}gutter-x)); // stylelint-disable-line function-disallowed-list } -@mixin make-col-ready($gutter: $grid-gutter-width) { +@mixin make-col-ready() { // Add box sizing if only the grid is loaded box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null); // Prevent columns from becoming too narrow when at smaller grid tiers by -- 2.47.2