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.
source()
1 parent c591108 commit 4e74824Copy full SHA for 4e74824
packages/tailwindcss-language-service/src/documentLinksProvider.ts
@@ -22,6 +22,8 @@ export function getDocumentLinks(
22
patterns.push(
23
/@plugin\s*(?<path>'[^']+'|"[^"]+")/g,
24
/@source\s*(?<path>'[^']+'|"[^"]+")/g,
25
+ /@import\s*('[^']*'|"[^"]*")\s*source\((?<path>'[^']*'?|"[^"]*"?)/g,
26
+ /@tailwind\s*utilities\s*source\((?<path>'[^']*'?|"[^"]*"?)/g,
27
)
28
}
29
0 commit comments