-
Notifications
You must be signed in to change notification settings - Fork 463
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
Use case-insensitive lookup to parse colors. #2463
Conversation
LGTM, since colors should always only contain ASCII characters. THX! |
The build seems to have timed out? Perhaps it can be restarted |
@asottile bumped the build |
Failure seems related to travis-ci/travis-ci#6307 |
@nschonni I think that is a red herring. The build fails due to the proxy being down
Everything else is a consequence on that. I'll update LibSass to use the heroku proxy I created for node-sass to stop this ever happening again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Backported to 3.4 |
Fixes #2462
Spec sass/sass-spec#1161