mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
15 lines
238 B
CSS
15 lines
238 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;
|
||
|
}
|