Skip to content

Commit cb9f5b3

Browse files
committed
Tweak types
1 parent a94a9d9 commit cb9f5b3

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
@@ -39,5 +39,5 @@ export interface DesignSystem {
3939
toCss(nodes: postcss.Root | postcss.Node[]): string
4040

4141
// Optional because it did not exist in earlier v4 alpha versions
42-
resolveThemeValue?(path: string): string | null
42+
resolveThemeValue?(path: string): string | undefined
4343
}

0 commit comments

Comments
 (0)