rachael-portier
5/13/2019 - 8:51 PM

IE and Edge Specific

/* EDGE (supports nest media query) */
@supports (-ms-ime-align: auto) {}

/* IE (no media query) */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}

/* IE with media query BELOW */
@media all and (max-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {}