2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add make-col-auto mixin (#29367)

This commit is contained in:
Mark Otto
2019-10-16 23:46:34 -07:00
committed by XhmikosR
parent b483f80b9e
commit 104385c508
2 changed files with 7 additions and 3 deletions
+1 -3
View File
@@ -41,9 +41,7 @@
}
.col#{$infix}-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; // Reset earlier grid tiers
@include make-col-auto();
}
@for $i from 1 through $columns {