-
Notifications
You must be signed in to change notification settings - Fork 465
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
Error when processing map #1276
Comments
A wild guess would be that Anyway, I just tried this code on SassMeister and there is no bug whatsoever. I'm pretty sure it's due to a configuration issue with a non-existant map / key. I think you can close. If I may ask, why would you even think there is a bug with LibSass rather than the code you copy/pasted? |
Couple of reasons:
Sound ok? |
I think the first issue is related to map keys being colors instead of strings, so it might be a different problem. Regarding environment, CodePen is running on Ruby Sass, but you try LibSass on SassMeister. I did with your code and had no bug. :) |
Ah, must be an issue with my setup as I copied the code directly. Thanks for your input! |
Hi,
I copied code directly from an example and I'm getting an error.
This is the code I'm trying to get working - http://codepen.io/erskine/pen/xEqFC
When I process this through LibSass, I get this error
The line with the error is from the _fontset-feature function...
$result: map-get(map-get($family, $set), $feature);
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: