Bug 1850811 - Add light-dark() to stylelintrc. r=dao

MANUAL PUSH: This was originally reviewed in bug 1843044.
This commit is contained in:
Emilio Cobos Álvarez 2023-09-01 13:00:30 +02:00
Родитель df1a55c759
Коммит a942bb2bfc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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 */,
],