Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sørensen <mik2650@gmail.com>2021-11-01 09:59:21 +0300
committerGitHub <noreply@github.com>2021-11-01 09:59:21 +0300
commit44ea0d69252ce736686c9a8a6a5bd55799384e6b (patch)
treecd35428aac825c3b0b6252ccf67a9e5b83ff00e8
parent0c449b8b82d3856a3a53464101cf45fe3f338cc5 (diff)
`make-col-ready()`: remove the unused `$gutter` variable (#34334)
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
-rw-r--r--scss/mixins/_grid.scss2
1 files changed, 1 insertions, 1 deletions
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