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

get-function() not return function type #2415

Closed
Minh-Van opened this issue Dec 13, 2017 · 1 comment
Closed

get-function() not return function type #2415

Minh-Van opened this issue Dec 13, 2017 · 1 comment

Comments

@Minh-Van
Copy link

Hi there,

I got an issue with get-function in sassmeister.com with Sass v3.4.21. It always returns string type instead of function type. This is my code:

@function my-test() { @return null; }
@error type-of(get-function('my-test'));

I have tried google but there're no topic or change log mentions about the change that get-function returns string type.
If its's a bug, I think it's necessary to get a high priority for fix.

@nex3
Copy link
Contributor

nex3 commented Dec 15, 2017

get-function() was added in Sass 3.5. I'm not sure why SassMeister hasn't upgraded yet.

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