jmccole83
9/7/2018 - 11:15 AM

IE9 media query

IE9 media query, for just in case.

.selector {
  @media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
    attribute: style;
  }
}
.selector
  @media screen and (min-width:0\0) and (min-resolution:.001dpcm)
    attribute: style
@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
  .selector {
    attribute: style;
    }
}