mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
feat: checks for $grid-row-columns
(#30606)
This commit is contained in:
parent
3ff3680d4e
commit
6b5f055a7d
@ -73,9 +73,11 @@
|
|||||||
@include make-col-auto();
|
@include make-col-auto();
|
||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through $grid-row-columns {
|
@if $grid-row-columns > 0 {
|
||||||
.row-cols#{$infix}-#{$i} {
|
@for $i from 1 through $grid-row-columns {
|
||||||
@include row-cols($i);
|
.row-cols#{$infix}-#{$i} {
|
||||||
|
@include row-cols($i);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user