-
Notifications
You must be signed in to change notification settings - Fork 9
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
Need keep braces aroung expressions #9
Labels
Comments
Thank you for reporting this bug. Spare me a weekend to fix this. |
Thank you for development this awesome formatter |
This is fixed in version 2.4.1. Cheers! |
Awesome! |
Hi, I'm using v2.5.0 and the issue still exists. Edit: .block
padding (10px / 14px) but when there is a unit, the braces gone agian: .block
padding (10px / 14px)em formatted to .block
padding 10px / 14px em |
The above issue is fixed in version 2.5.1. Sorry for inconvenience. |
ThisIsManta
pushed a commit
that referenced
this issue
Oct 22, 2017
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we write any expression:
.test
width (100% / some) // some is a variable
After fixing:
.test
width 100% / some
And there we lose expression, stylus will paste 100% / some as is, and it's a bug
The text was updated successfully, but these errors were encountered: