mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +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,
|
'font-family-no-missing-generic-family-keyword': null,
|
||||||
'no-descending-specificity': null,
|
'no-descending-specificity': null,
|
||||||
'scss/at-rule-no-unknown': true,
|
'scss/at-rule-no-unknown': true,
|
||||||
|
'media-feature-range-notation': null,
|
||||||
'selector-class-pattern': [
|
'selector-class-pattern': [
|
||||||
'^[a-z]([-]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$',
|
'^[a-z]([-]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue