https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13
diff --git a/packages/tailwindcss-language-server/src/lib/extractClassNames.ts b/packages/tailwindcss-language-server/src/lib/extractClassNames.ts index 31133ebfcb97e1ce8c46e28d182c7b8656308d3f..d56521863251163c1a333f93a54e764fe275c933 100644 --- a/packages/tailwindcss-language-server/src/lib/extractClassNames.ts +++ b/packages/tailwindcss-language-server/src/lib/extractClassNames.ts @@ -52,7 +52,7 @@ return classNames } -async function process(root: Root) { +async function process(root: Root | Document) { const tree = {} const commonContext = {}