We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94a9d9 commit cb9f5b3Copy full SHA for cb9f5b3
packages/tailwindcss-language-service/src/util/v4/design-system.ts
@@ -39,5 +39,5 @@ export interface DesignSystem {
39
toCss(nodes: postcss.Root | postcss.Node[]): string
40
41
// Optional because it did not exist in earlier v4 alpha versions
42
- resolveThemeValue?(path: string): string | null
+ resolveThemeValue?(path: string): string | undefined
43
}
0 commit comments