We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I write my Vue project by VScode in Linux.There is a postcss.config.js in my workspace.
And it works well when I build. However, My VScode are complaining that I don't write postcss correctly as follow:
The text was updated successfully, but these errors were encountered:
Vetur doesn't support postcss nesting. But you can use other postcss features like custom-property and @apply.
@apply
You can turn off style validation by configure option. vetur.validation.style. https://github.com/vuejs/vetur/blob/master/package.json#L133
vetur.validation.style
More info and reasoning: microsoft/vscode#3907 (comment)
Broadly speaking, we will keep pace with vscode team.
Sorry, something went wrong.
No branches or pull requests
Info
Problem
I write my Vue project by VScode in Linux.There is a postcss.config.js in my workspace.
And it works well when I build. However, My VScode are complaining that I don't write postcss correctly as follow:
The text was updated successfully, but these errors were encountered: