tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.82k stars 194 forks source link

CSS conflicts in `@apply` don't handle `.sass` syntax #895

Closed FragsterAt closed 6 months ago

FragsterAt commented 9 months ago

What version of VS Code are you using?

v1.85.1

What version of Tailwind CSS IntelliSense are you using?

v0.10.4

What version of Tailwind CSS are you using?

v3.4.0

What package manager are you using?

npm

What operating system are you using?

Windows

Tailwind config

export default {
  content: [
    "./index.html",
    "./src/**/*.{vue,js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}

VS Code settings

// Paste your VS Code settings in JSON format here

Reproduction URL

cssConflictBug

Describe your issue

When using sass in vue sfc components with @apply there is false positive diagostic cssConflict fires in some cases: изображение

изображение

it can be not only comment, but any string with } bracket bug in https://github.com/FragsterAt/cssConflictBug/blob/main/src/App.vue file