mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
13 lines
224 B
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;
|
|
}
|