From 14b98bf59224dc0cf30976d95cec2115873b4911 Mon Sep 17 00:00:00 2001 From: Martin Giger Date: Fri, 13 Oct 2023 13:34:08 -0400 Subject: [PATCH] Bug 1858972 - Port bug 1857565: Remove leftover mention of moz-image-rect. r=john.bieling Differential Revision: https://phabricator.services.mozilla.com/D190938 --- .stylelintrc.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.stylelintrc.js b/.stylelintrc.js index 722ff7f9ad..317b555b33 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -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 */], }, ],