Skip to content

Commit af53a2a

Browse files
committed
Tweak comments
1 parent 772275d commit af53a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ export interface DesignSystem {
3838
getClassList(): ClassEntry[]
3939
getVariants(): VariantEntry[]
4040

41-
// Optional because it did not exist in earlier v4 alpha versions
41+
// Added in v4.0.0-alpha.24
4242
resolveThemeValue?(path: string, forceInline?: boolean): string | undefined
43+
44+
// Added in v4.0.0-alpha.26
4345
invalidCandidates?: Set<string>
4446
}
4547

0 commit comments

Comments
 (0)