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
given this:
fun(n) bottom (n - 1) * 2px
if I format above, I get:
fun(n) bottom ((n - 1)) * 2px
one more format and I get:
fun(n) bottom (((n - 1))) * 2px
version 2.5.2
The text was updated successfully, but these errors were encountered:
Thank you for reporting the issue. I'll work on it by the end of today.
Sorry, something went wrong.
Fixed excessive parentheses (cont.)
b3a9b98
See ThisIsManta/vscode-stylus-supremacy#17
Hello @x8x,
The problem must be solved at version 2.5.4.
Cheers!
Perfect! Thank you and have a great day! :-)
No branches or pull requests
given this:
if I format above, I get:
one more format and I get:
version 2.5.2
The text was updated successfully, but these errors were encountered: