Skip to content

Stopped working 0.12.7 reverting to 0.12.6 fixes the issues #1040

@alex-jitbit

Description

@alex-jitbit

EDIT: Possibly duplicate of #1039

What version of VS Code are you using?

v1.92.2

What version of Tailwind CSS IntelliSense are you using?

v0.12.7

What version of Tailwind CSS are you using?

v3.4.6

What package manager are you using?

npm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./Views/**/*.cshtml"], theme: { extend: { fontFamily: { sans: ['InterVariable, sans-serif'], }, colors: { 'new-color': 'rgb(var(--new-color) / <alpha-value>)', 'new-color-dark': 'rgb(var(--new-color-dark) / <alpha-value>)', 'tech-color': 'rgb(var(--tech-color) / <alpha-value>)', 'tech-color-dark': 'rgb(var(--tech-color-dark) / <alpha-value>)', 'cust-color': 'rgb(var(--cust-color) / <alpha-value>)', 'cust-color-dark': 'rgb(var(--cust-color-dark) / <alpha-value>)', 'fortech-color': 'rgb(var(--fortech-color) / <alpha-value>)', 'fortech-color-dark': 'rgb(var(--fortech-color-dark) / <alpha-value>)', 'error-color': 'rgb(var(--error-color) / <alpha-value>)', } } }, darkMode: 'selector', plugins: [], safelist: ["rotate-90"] //do not purge this class from CSS (used in js) }

VS Code settings

// Paste your VS Code settings in JSON format here

Describe your issue

The classes are not suggested, reverting to 0.12.6 fixes the issue.

Message form the extension in the "output":

[Info - 12:04:03 PM] [GLOBAL] No matching project for document { fsPath: 'C:\\jitbit\\helpdesk\\HelpDesk\\wwwroot\\fblogin.html', normalPath: '/c:/jitbit/helpdesk/HelpDesk/wwwroot/fblogin.html' } 

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions