perf: 解决提交代码时stylelint格式化less和scss的媒体查询为不支持的语法(Media Queries Level 4) (#2931)
This commit is contained in:
parent
16b4b6d57c
commit
12924fb3fa
|
|
@ -22,6 +22,7 @@ export default {
|
|||
},
|
||||
],
|
||||
rules: {
|
||||
'media-feature-range-notation': null,
|
||||
'selector-not-notation': null,
|
||||
'import-notation': null,
|
||||
'function-no-unknown': null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue