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 772275d commit af53a2aCopy full SHA for af53a2a
packages/tailwindcss-language-service/src/util/v4/design-system.ts
@@ -38,8 +38,10 @@ export interface DesignSystem {
38
getClassList(): ClassEntry[]
39
getVariants(): VariantEntry[]
40
41
- // Optional because it did not exist in earlier v4 alpha versions
+ // Added in v4.0.0-alpha.24
42
resolveThemeValue?(path: string, forceInline?: boolean): string | undefined
43
+
44
+ // Added in v4.0.0-alpha.26
45
invalidCandidates?: Set<string>
46
}
47
0 commit comments