Are there any plans to include tailwindcss?
@tailwind and @apply give errors in VS code with Vetur.

"vetur.validation.style": false is the only thing you can do now.
@apply proposal is even abandoned: http://tabatkins.github.io/specs/css-apply-rule/.
馃憤
This applies to all directives, not only @apply.
Try change lang to postcss
@chabib I can't do things like this with the postcss like scss. Do you have any special config for this one?
menu {
...
a {
...
}
}
Most helpful comment
Try change lang to postcss