Skip to content

Completely disabling the default theme shows errors #1248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mkx419 opened this issue Mar 4, 2025 · 1 comment · Fixed by #1256
Closed

Completely disabling the default theme shows errors #1248

mkx419 opened this issue Mar 4, 2025 · 1 comment · Fixed by #1256
Assignees
Labels
bug Something isn't working

Comments

@mkx419
Copy link

mkx419 commented Mar 4, 2025

What version of VS Code are you using?

v1.97.2

What version of Tailwind CSS IntelliSense are you using?

v0.14.8

What version of Tailwind CSS are you using?

v4.0.9

What package manager are you using?

pnpm

What operating system are you using?

Windows 11

Tailwind config

@import "tailwindcss";

@theme {
  --*: initial;

  /* Spacing */
  --spacing: 0.25rem;
}

VS Code settings

{
  "files.associations": {
    "*.css": "tailwindcss"
  },
  "[tailwindcss]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.tabSize": 2
  }
}

Describe your issue
I disabled the default theme based on the official documentation, and an error was showed.

Image

I think it's related to #1215 and #1237.

I'm not very good at English, so I'm using Google Translate.
I'm sorry if it's hard to understand.

Thanks for the great extension!

@thecrypticace
Copy link
Contributor

Gonna get a release out today with this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants