Skip to content

Commit 8548550

Browse files
committed
misc: 规则修正
1 parent 1d8d26a commit 8548550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.stylelintrc.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
},
1717
],
1818
rules: {
19+
"custom-property-empty-line-before": null,
1920
"declaration-block-no-redundant-longhand-properties": null, //使用合并一些属性
2021
"media-feature-range-notation": null, //将媒体查询max-width转换为width<=的形式
2122
"no-extra-semicolons": null, //禁止不必要的分号
@@ -103,6 +104,7 @@ module.exports = {
103104
"box-shadow",
104105
"outline",
105106
"resize",
107+
"aspect-ratio",
106108
/* 字体相关的属性 */
107109
"color",
108110
"font-size",

0 commit comments

Comments
 (0)