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

Issue with parens #17

Closed
x8x opened this issue Nov 19, 2017 · 3 comments
Closed

Issue with parens #17

x8x opened this issue Nov 19, 2017 · 3 comments
Labels

Comments

@x8x
Copy link

x8x commented Nov 19, 2017

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

@ThisIsManta
Copy link
Owner

Thank you for reporting the issue. I'll work on it by the end of today.

ThisIsManta added a commit to ThisIsManta/stylus-supremacy that referenced this issue Nov 19, 2017
@ThisIsManta
Copy link
Owner

Hello @x8x,

The problem must be solved at version 2.5.4.

Cheers!

@x8x
Copy link
Author

x8x commented Nov 19, 2017

Perfect! Thank you and have a great day! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants