mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 00:51:01 +00:00
Stylelint: media-feature-range-notation rule disabled
This commit is contained in:
parent
d7222bf4db
commit
e49e79b0b3
1 changed files with 1 additions and 0 deletions
|
@ -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]+)*)?$',
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue