-
-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What version of VS Code are you using?
v1.103.2
What version of Tailwind CSS IntelliSense are you using?
v0.14.26
What version of Tailwind CSS are you using?
v4.1.11
What package manager are you using?
pnpm
What operating system are you using?
macOS
Tailwind CSS Stylesheet (v4) or config file (v3)
n/a
VS Code settings
n/a
Reproduction
.foo {
color: --theme(--color-red-500 inline);
}
Describe your issue
The above code is valid tailwind code, but the IDE extension throws a false-positive invalidConfigPath
error:
'--color-red-500 inline' does not exist in your theme. Did you mean '--color-red-500'?(invalidConfigPath)

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working