Skip to content

Commit 12924fb

Browse files
authored
perf: 解决提交代码时stylelint格式化less和scss的媒体查询为不支持的语法(Media Queries Level 4) (#2931)
1 parent 16b4b6d commit 12924fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/stylelint-config/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default {
2222
},
2323
],
2424
rules: {
25+
'media-feature-range-notation': null,
2526
'selector-not-notation': null,
2627
'import-notation': null,
2728
'function-no-unknown': null,

0 commit comments

Comments
 (0)