Browse Source

perf: 解决提交代码时stylelint格式化less和scss的媒体查询为不支持的语法(Media Queries Level 4) (#2931)

pull/2945/head
lessroc 3 years ago
committed by GitHub
parent
commit
12924fb3fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      internal/stylelint-config/src/index.ts

1
internal/stylelint-config/src/index.ts

@ -22,6 +22,7 @@ export default {
},
],
rules: {
'media-feature-range-notation': null,
'selector-not-notation': null,
'import-notation': null,
'function-no-unknown': null,

Loading…
Cancel
Save