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 639ab9a commit a94a9d9Copy full SHA for a94a9d9
packages/tailwindcss-language-service/src/util/v4/design-system.ts
@@ -6,12 +6,6 @@ export interface Theme {
6
// Prefix didn't exist for earlier Tailwind versions
7
prefix?: string
8
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 }>
15
}
16
17
export interface ClassMetadata {
0 commit comments