We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input was
$settings_icons : ( user: url('assets/svg/user.svg'), check: url('assets/svg/check.svg'), );
The text was updated successfully, but these errors were encountered:
Hmm, I've just check it on text in issue again, and now it works ! Maybe while copying some was stripped...
Sorry, something went wrong.
Aha, find it, I've edited the desription, the issue in last colon, without it all good, but it libsass parse it without clause...
And in that case parser goes to infinity loop
$settings_icons : ( user: url('assets/svg/user.svg'), check: url('assets/svg/check.svg'), //some: url('assets/1.jpg'));
Thanks for reporting this. I'll have to look at whether this is a problem with the underlying parser or this one.
No branches or pull requests
input was
The text was updated successfully, but these errors were encountered: