Last active 3 months ago
For the Stylus browser extension: applies `image-rendering: pixelated` CSS to images with width and height attributes matching 88 and 31 respectively.
1 :where(img[width="88"][height="31"]) {
2 image-rendering: pixelated;
3 }
Newer Older