Skip to content

Commit

Permalink
Add lightness-notation (#306)
Browse files Browse the repository at this point in the history
Stylelint 16.1.0 will add a new rule `lightness-notation`.
  • Loading branch information
ybiquitous committed Dec 25, 2023
1 parent 16e2902 commit ef48124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports = {
ignore: ['custom-properties'],
},
],
'lightness-notation': 'percentage',
'media-feature-name-no-vendor-prefix': true,
'media-feature-range-notation': 'context',
'number-max-precision': 4,
Expand Down

0 comments on commit ef48124

Please sign in to comment.