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 bcc505a commit a3b39d2Copy full SHA for a3b39d2
packages/tailwindcss-language-service/src/util/v4/design-system.ts
@@ -44,6 +44,6 @@ export interface DesignSystem {
44
45
export interface DesignSystem {
46
dependencies(): Set<string>
47
- compile(classes: string[]): postcss.Root[]
+ compile(classes: string[]): (postcss.Root | null)[]
48
toCss(nodes: postcss.Root | postcss.Node[]): string
49
}
0 commit comments