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:
Родитель
7c35728e80
Коммит
14b98bf592
|
@ -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 */],
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче