2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
- add .col-*-auto to the extend in our grid framework mixins so it gets padding
- this means we can avoid the col-12 classes in our docs for the responsive variants
This commit is contained in:
Mark Otto
2017-03-26 12:53:50 -07:00
committed by Mark Otto
parent 1d48151975
commit 7ca078da81
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
@extend %grid-column;
}
}
.col#{$infix} {
.col#{$infix},
.col#{$infix}-auto {
@extend %grid-column;
}