From a942bb2bfc0bae0b5c5d1d7841b45b3ee5aae4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 1 Sep 2023 13:00:30 +0200 Subject: [PATCH] Bug 1850811 - Add light-dark() to stylelintrc. r=dao MANUAL PUSH: This was originally reviewed in bug 1843044. --- .stylelintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.js b/.stylelintrc.js index 0c80c07c8fa8..453cd0772bd6 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -46,6 +46,7 @@ module.exports = { true, { ignoreFunctions: [ + "light-dark" /* Used for color-scheme dependent colors */, "-moz-image-rect" /* Used for cropping images */, "add" /* Used in mathml.css */, ],