We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f70e4 commit 7eab19fCopy full SHA for 7eab19f
packages/tailwindcss-language-server/src/language/cssServer.ts
@@ -381,7 +381,7 @@ async function validateTextDocument(textDocument: TextDocument): Promise<void> {
381
.filter((diagnostic) => {
382
if (
383
diagnostic.code === 'unknownAtRules' &&
384
- /Unknown at rule @(tailwind|apply|config|theme)/.test(diagnostic.message)
+ /Unknown at rule @(tailwind|apply|config|theme|plugin|source)/.test(diagnostic.message)
385
) {
386
return false
387
}
0 commit comments