We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@apply
.sass
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
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
}
The text was updated successfully, but these errors were encountered:
<style lang="sass">
thecrypticace
Successfully merging a pull request may close this issue.
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
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
}
bracketbug in https://github.com/FragsterAt/cssConflictBug/blob/main/src/App.vue file
The text was updated successfully, but these errors were encountered: