delarge
12/13/2017 - 12:15 PM

CSS target IE9, IE10, IE11

Sometimes you just need to

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}