Skip to content

Commit a3b39d2

Browse files
committed
Fix types
1 parent bcc505a commit a3b39d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/util/v4/design-system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ export interface DesignSystem {
4444

4545
export interface DesignSystem {
4646
dependencies(): Set<string>
47-
compile(classes: string[]): postcss.Root[]
47+
compile(classes: string[]): (postcss.Root | null)[]
4848
toCss(nodes: postcss.Root | postcss.Node[]): string
4949
}

0 commit comments

Comments
 (0)