]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
`make-col-ready()`: remove the unused `$gutter` variable (#34334)
authorMichael Sørensen <mik2650@gmail.com>
Mon, 1 Nov 2021 06:59:21 +0000 (07:59 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 06:59:21 +0000 (08:59 +0200)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
scss/mixins/_grid.scss

index aea51abaf6eb3dda3ab53fe85811600c06724371..d6ac306b23b48d3d84691210647c990d3dd2317b 100644 (file)
@@ -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