Skip to content

Commit

Permalink
Bug 1850811 - Add light-dark() to stylelintrc. r=dao
Browse files Browse the repository at this point in the history
MANUAL PUSH: This was originally reviewed in bug 1843044.
  • Loading branch information
emilio committed Sep 1, 2023
1 parent df1a55c commit a942bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */,
],
Expand Down

0 comments on commit a942bb2

Please sign in to comment.