Skip to content

Commit a94a9d9

Browse files
committed
wip
1 parent 639ab9a commit a94a9d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ export interface Theme {
66
// Prefix didn't exist for earlier Tailwind versions
77
prefix?: string
88
entries(): [string, any][]
9-
10-
// In early alpha versions theme contained string values
11-
// Later versions turned this into an object with more data
12-
// but we only care about the value
13-
// TODO: This is private API to Tailwind and we shouldn't be using it
14-
values: Map<string, string | { value: string }>
159
}
1610

1711
export interface ClassMetadata {

0 commit comments

Comments
 (0)