Skip to content

Commit af63a0e

Browse files
author
陈梓聪
committed
chore: add comment
1 parent 5724991 commit af63a0e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/stylelint.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ module.exports = {
1212
'scss/at-rule-no-unknown': [
1313
true,
1414
{
15-
ignoreAtRules: ['tailwind', 'apply', 'layer', 'import', 'screen'],
15+
ignoreAtRules: [
16+
// 添加对 tailwind 指令的支持
17+
'tailwind',
18+
'apply',
19+
'layer',
20+
'import',
21+
'screen',
22+
// ====================
23+
],
1624
},
1725
],
1826
'color-function-notation': 'legacy',

0 commit comments

Comments
 (0)