mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 09:03:37 +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;
|
|
}
|