mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Add $gutter parameter to make-col mixin; fixes #19147
[skip sauce] [skip validator]
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
.col-#{$breakpoint}-#{$i} {
|
||||
@include make-col($i, $columns);
|
||||
@include make-col($i, $columns, $gutter);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user