Skip to content

Commit ab045e4

Browse files
committed
Fix error
1 parent 5575b5a commit ab045e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/codeActions/provideInvalidApplyCodeActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function classNameToAst(
212212
obj = rule
213213
}
214214

215-
return cssObjToAst(obj, state.modules.postcss)
215+
return cssObjToAst(obj, state.modules.postcss.module)
216216
}
217217

218218
function appendPseudosToSelector(selector: string, pseudos: string[]): string | null {

0 commit comments

Comments
 (0)