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

_property-of #26

Closed
ellioseven opened this issue Apr 28, 2016 · 3 comments
Closed

_property-of #26

ellioseven opened this issue Apr 28, 2016 · 3 comments

Comments

@ellioseven
Copy link

ellioseven commented Apr 28, 2016

First off, I love your work. This library is awesome.

I am going through your documentation and I am trying to work with _property-of(). I am getting different results however.

$map: ( a: 3, b: 1, c: 2 );
$foo: _map((a, c), _property-of($map));
@debug $foo;
// Documentation => (3, 2)
// Me => null null

I am not sure if I am doing something wrong here?

This could be an issue with my current stack however, as I am using gulp-sass to compile my stylesheets.

@ellioseven
Copy link
Author

A further note, I can't seem to find any unit tests for this function?

@davidkpiano
Copy link
Owner

Sorry about that! I'll add unit tests and publish a patch.

@davidkpiano
Copy link
Owner

Published as 0.8.2

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

No branches or pull requests

2 participants