Skip to content

Commit 61aa8e1

Browse files
committed
Fix type error
1 parent 81fcd23 commit 61aa8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/lib/extractClassNames.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getClassNamesFromSelector(selector: string) {
5252
return classNames
5353
}
5454

55-
async function process(root: Root) {
55+
async function process(root: Root | Document) {
5656
const tree = {}
5757
const commonContext = {}
5858

0 commit comments

Comments
 (0)