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

geting a map doesn't evaluate lazys #15

Closed
jamosonic opened this issue Feb 24, 2014 · 0 comments · May be fixed by #26
Closed

geting a map doesn't evaluate lazys #15

jamosonic opened this issue Feb 24, 2014 · 0 comments · May be fixed by #26

Comments

@jamosonic
Copy link

If you get a map that has lazy children they're not evaluated.

@each $name, $value in get("colors") {
   color: $value; // error because $value is the lazy object no the value.
}
@xzyfer xzyfer modified the milestone: 2.0.0 Jul 28, 2014
@jamosonic jamosonic closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants