diff options
| author | Michael Sørensen <[email protected]> | 2021-11-01 07:59:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-01 08:59:21 +0200 |
| commit | 44ea0d69252ce736686c9a8a6a5bd55799384e6b (patch) | |
| tree | cd35428aac825c3b0b6252ccf67a9e5b83ff00e8 /scss | |
| parent | 0c449b8b82d3856a3a53464101cf45fe3f338cc5 (diff) | |
| download | bootstrap-44ea0d69252ce736686c9a8a6a5bd55799384e6b.tar.xz bootstrap-44ea0d69252ce736686c9a8a6a5bd55799384e6b.zip | |
`make-col-ready()`: remove the unused `$gutter` variable (#34334)
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index aea51abaf..d6ac306b2 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 |
