swc/crates/swc_css_prefixer/tests/fixture/image-rendering/output.defaults-not-ie-11.css

13 lines
224 B
CSS

img {
image-rendering: crisp-edges;
}
img.other {
image-rendering: pixelated;
}
img.already {
-ms-interpolation-mode: nearest-neighbor;
display: block;
image-rendering: crisp-edges;
image-rendering: pixelated;
}