We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b01253 commit 15d157fCopy full SHA for 15d157f
src/traces/image/constants.js
@@ -66,6 +66,7 @@ module.exports = {
66
'image-rendering: -webkit-optimize-contrast',
67
'image-rendering: optimize-contrast',
68
'image-rendering: crisp-edges',
69
- 'image-rendering: pixelated'
+ 'image-rendering: pixelated',
70
+ ''
71
].join('; ')
72
};
0 commit comments