-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
IE8 hack not parseable in less 3.5 #3268
Comments
Does this compile on previous versions (3.0)? |
Yes, I was at 3.0.4. |
Confirmed. I tried to narrow down why one passes and the other doesn't, but I haven't been able to figure it out yet. I don't see where support for escaping currently (previously) happens in the parser. |
@Jogai Please try latest release (v 3.5.2). Re-open if you still have an issue. |
Fix quite fast, @matthew-dean well done 👍 . |
@aleen42 Verified fixed for you? |
@matthew-dean verified.! |
@aleen42 Hooray! Sorry about the hiccup on this release! |
Verified! Thanks for the fast response! |
…13 behaviours * Grid syntax (less/less.js#3092) * Escapes in keywords (less/less.js#3268) Bug: T288498 Change-Id: I3867cee77ad2a69ecb8e4f850fa5c548e3520b40
Bootstrap 3 contains a hack for ie8 (see https://github.com/twbs/bootstrap/blob/v3-dev/less/carousel.less#L204)
``background-color: #000 \9;
Less 3.5 on windows 10 gives this error:
The text was updated successfully, but these errors were encountered: