2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+4
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);