diff --git a/.stylelintrc.js b/.stylelintrc.js index 0c80c07c8fa81..453cd0772bd6c 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 */, ],