-
-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi there and first of all, thanks for this project!
I'm having some issues with using <style lang="postcss">
.
I have a Vue 3 project with TailwindCSS and when using @apply
in combination with normal CSS rules, I get an error postcss(css-lcurlyexpected)
.
<style lang="postcss" scoped>
.panel {
@apply p-4 bg-neutral-50;
min-height: var(--space-14);
}
</style>
This does not happen in .css
files or in any other project. Only when using Vue 3 and Volar. Does anyone have an idea why that is happening?
Volar Version: 0.22.16
VSCode Version: 1.54.3
Some VSCode settings I have:
"volar.style.defaultLanguage": "postcss",
"stylelint.enable": true,
"tailwindCSS.validate": true,
"css.validate": false,
"less.validate": false,
"scss.validate": false,
It doesn't matter though If I toggle these, the error still appears.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working