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

Drop IE support from Sass

This commit is contained in:
Martijn Cuppens
2020-03-09 21:48:37 +01:00
committed by XhmikosR
parent 018a94c9c1
commit d9e83671ae
6 changed files with 11 additions and 67 deletions
-1
View File
@@ -132,7 +132,6 @@
.card-img,
.card-img-top,
.card-img-bottom {
flex-shrink: 0; // For IE: https://github.com/twbs/bootstrap/issues/29396
width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
}