-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Assigning elements from a stylus hash adds a set of parentheses on each save #638
Labels
Comments
Also, the same happens when adding multiple box shadows (separated by commas):
|
cc @ThisIsManta I cannot reproduce @nachocab 's report, but I do find other glitch. |
Thanks for letting me know. I'll check this out after my vacation. |
ThisIsManta
added a commit
to ThisIsManta/stylus-supremacy
that referenced
this issue
Jan 18, 2018
ThisIsManta
added a commit
to ThisIsManta/stylus-supremacy
that referenced
this issue
Jan 18, 2018
This should be fixed by #659 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each time you save, a new set of parentheses gets added. Eventually you might end up with something like
$abc[three] = ((((((((((((($abc.one + 2)))))))))))))
The text was updated successfully, but these errors were encountered: