-
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
comment in @keyframes declaration causes ParseError #2059
Comments
Could you please provide a specific code you get the error with? The simplest case compiles as expected:
|
Thanks for instant response! You're right - that was not the culprit. Before update, this compiled just fine:
But as of 1.7.1 it throws ParseError. I've removed the comments and now it compiles all OK. |
Ah, I see, thanks! If I'm not mistaken it's a minor regression bug by #1860. Before it was possible to put any arbitrary value (incl. comments) after |
Indeed. I've changed the ticket name to more accurate. |
Fixed by last commit. |
Hello, I've recently updated less.js in my WinLess complier, only to find that "@-webkit-keyframes hover" declaration now happily throws "ParseError: Unrecognised input".
I am now unable to vendor prefix my @Keyframes declarations.
I didn't found any mention of it in the changelog, so I suppose there is no alternative way of doing it as of 1.7.1.
Plx halp
The text was updated successfully, but these errors were encountered: