Skip to content

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

Closed
@FragsterAt

Description

@FragsterAt

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

Metadata

Metadata

Assignees

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