Skip to content

Commit a9e4f16

Browse files
fix: fix Unknown at rule @tailwindcss(unknownAtRules)
1 parent 5844a74 commit a9e4f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"backgroundColor": "#e74c3c",
1616
"color": "#fff"
1717
}
18-
]
18+
],
19+
"css.lint.unknownAtRules": "ignore"
1920
}

0 commit comments

Comments
 (0)