Bug 1858972 - Port bug 1857565: Remove leftover mention of moz-image-rect. r=john.bieling

Differential Revision: https://phabricator.services.mozilla.com/D190938
This commit is contained in:
Martin Giger 2023-10-13 13:34:08 -04:00
Родитель 7c35728e80
Коммит 14b98bf592
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -44,10 +44,7 @@ module.exports = {
"function-no-unknown": [
true,
{
ignoreFunctions: [
"-moz-image-rect" /* Used for cropping images */,
"add" /* Used in mathml.css */,
],
ignoreFunctions: ["add" /* Used in mathml.css */],
},
],