1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02: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

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
}