Skip to content

intellisense not works after v0.14.16 #1388

Closed
@FDiskas

Description

@FDiskas

What version of VS Code are you using?

Version: 1.100.2

What version of Tailwind CSS IntelliSense are you using?

For example: v0.14.19

What version of Tailwind CSS are you using?

v^4.0.7
tried on a newer version same bug

What package manager are you using?

npm

What operating system are you using?

macOS

Tailwind config

@import 'tailwindcss/theme.css' layer(something) prefix(sm) important;
@layer something{
  .test{
    @import 'tailwindcss/preflight.css';
    @tailwind utilities;

    font-family: var(--sm-font-main);
  }
}

VS Code settings

{
  "files.associations": {
    "*.css": "tailwindcss"
  },
}

Reproduction URL

Private repo

Describe your issue

The problem is that after v0.14.16 extension version autocompletion stopped worked
No errors in tailwind CSS IntelliSens ouptut
Before:
Image

After:
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions