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.

stylus-pixelate-88x31s.css Raw
1:where(img[width="88"][height="31"]) {
2 image-rendering: pixelated;
3}