Stylelint: media-feature-range-notation rule disabled

This commit is contained in:
Simounet 2023-06-06 23:26:58 +02:00
parent d7222bf4db
commit e49e79b0b3
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770

View file

@ -8,6 +8,7 @@ module.exports = {
'font-family-no-missing-generic-family-keyword': null,
'no-descending-specificity': null,
'scss/at-rule-no-unknown': true,
'media-feature-range-notation': null,
'selector-class-pattern': [
'^[a-z]([-]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$',
{