Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Infinitely adds parentheses on format #30

Closed
animify opened this issue May 3, 2018 · 1 comment
Closed

Infinitely adds parentheses on format #30

animify opened this issue May 3, 2018 · 1 comment
Labels

Comments

@animify
Copy link

animify commented May 3, 2018

Can't find any setting that affects this, so here it is. On format, parentheses are infinitely appended to the value of an object (only if it is a variable), as below:

On first format:

$color = {
    white: #ffffff
};
$textColor = {
    heading: ($color.white)
};

On second format:

$color = {
    white: #ffffff
};
$textColor = {
    heading: (($color.white))
};

etc.

@animify animify changed the title Infinitely adds parentheses Infinitely adds parentheses on format May 3, 2018
ThisIsManta pushed a commit that referenced this issue May 5, 2018
@ThisIsManta
Copy link
Owner

Thank you for reporting the issue.
This has been fixed at version 2.10.1. Please upgrade accordingly.
Cheers!

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

No branches or pull requests

2 participants