1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Add row-cols-auto and responsive variants

This commit is contained in:
Martijn Cuppens
2019-12-19 16:15:57 +01:00
parent 5ac9fe8967
commit fca5e35d13
2 changed files with 16 additions and 1 deletions

View File

@@ -65,6 +65,10 @@
min-width: 0; // See https://github.com/twbs/bootstrap/issues/25410
}
.row-cols#{$infix}-auto > * {
@include make-col-auto();
}
@for $i from 1 through $grid-row-columns {
.row-cols#{$infix}-#{$i} {
@include row-cols($i);