Skip to content
New issue

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

stylus formatting keep adding () to function every time #1506

Closed
3 tasks done
littlee opened this issue Nov 18, 2019 · 1 comment
Closed
3 tasks done

stylus formatting keep adding () to function every time #1506

littlee opened this issue Nov 18, 2019 · 1 comment

Comments

@littlee
Copy link

littlee commented Nov 18, 2019

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform:
macOS Catalina 10.15.1 (19B88)
  • Vetur version:
0.22.6
  • VS Code version:
Version: 1.40.1
Commit: 8795a9889db74563ddd43eb0a897a2384129a619
Date: 2019-11-13T16:47:44.719Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.0.0

Problem

t(x) {
  x * 320 / 750px;
}

will turn to

t(x) {
  ((((x * 320 / 750px))));
}

Nov-18-2019 17-07-25

Reproducible Case

@octref
Copy link
Member

octref commented Feb 11, 2020

Upstream issue: ThisIsManta/stylus-supremacy#55

@octref octref closed this as completed Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants