Skip to content

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

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
FragsterAt opened this issue Dec 29, 2023 · 0 comments · Fixed by #930
Closed

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

FragsterAt opened this issue Dec 29, 2023 · 0 comments · Fixed by #930
Assignees

Comments

@FragsterAt
Copy link

FragsterAt commented Dec 29, 2023

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

@thecrypticace thecrypticace self-assigned this Jan 3, 2024
@thecrypticace thecrypticace changed the title Wrong cssConflict diagnostics on :deep(selector) CSS conflicts in @apply don't handle .sass syntax Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants