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
When using a condition or a ternary operator in a v-bind() within css, the inline part (JS) of the v-bind is not formatted. Environment: Volar formatter in VSCode
Example: background: v-bind(' props.background|| "var(--primary-lighter)"');
background: v-bind(' props.background|| "var(--primary-lighter)"');
The text was updated successfully, but these errors were encountered:
b27556c
No branches or pull requests
When using a condition or a ternary operator in a v-bind() within css, the inline part (JS) of the v-bind is not formatted.
Environment: Volar formatter in VSCode
Example:
background: v-bind(' props.background|| "var(--primary-lighter)"');
The text was updated successfully, but these errors were encountered: