소스 검색

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

lessroc 1 년 전
부모
커밋
12924fb3fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      internal/stylelint-config/src/index.ts

+ 1 - 0
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,