You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
615 B
34 lines
615 B
{ |
|
"extends": "stylelint-config-standard", |
|
"rules": { |
|
"no-empty-source": null, |
|
"string-quotes": "double", |
|
"at-rule-no-unknown": [ |
|
true, |
|
{ |
|
"ignoreAtRules": [ |
|
"extend", |
|
"at-root", |
|
"debug", |
|
"warn", |
|
"error", |
|
"if", |
|
"else", |
|
"for", |
|
"each", |
|
"while", |
|
"mixin", |
|
"include", |
|
"content", |
|
"return", |
|
"function", |
|
"tailwind", |
|
"apply", |
|
"responsive", |
|
"variants", |
|
"screen" |
|
] |
|
} |
|
] |
|
} |
|
} |