2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge branch 'v4-dev' into form-tweaks

This commit is contained in:
Mark Otto
2017-05-31 21:29:23 -07:00
273 changed files with 1480 additions and 17358 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
}
.card-link {
@include hover-focus {
color: $card-link-hover-color;
color: $card-inverse-link-hover-color;
}
}
}
+1
View File
@@ -37,6 +37,7 @@
.col#{$infix}-auto {
flex: 0 0 auto;
width: auto;
max-width: none; // Reset earlier grid tiers
}
@for $i from 1 through $columns {