Skip to content
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

Parsing Error "Unrecognised input" for color operations with color names #2124

Closed
BoffoF opened this issue Jul 28, 2014 · 1 comment
Closed

Comments

@BoffoF
Copy link

BoffoF commented Jul 28, 2014

Hi,

when you use color names (e.g. yellow) in operations it leads to Parsing Error "Unrecognised input", for example:

x{x:(yellow - #070707)}

When using additional parameter with color name it is working, for example

@myColer : yellow;
x{x:(@myColer - #070707)}

From my point of view the first approach should also work. Can you please try to fix it on your side?

Best regards,
Florian

@SomMeri SomMeri self-assigned this Jan 14, 2016
SomMeri pushed a commit to SomMeri/less-rhino.js that referenced this issue Jan 14, 2016
SomMeri pushed a commit to SomMeri/less-rhino.js that referenced this issue Jan 15, 2016
SomMeri added a commit that referenced this issue Jan 15, 2016
Parsing Error "Unrecognised input" for color operations with color names #2124
@SomMeri SomMeri closed this as completed Jan 15, 2016
@SomMeri
Copy link
Member

SomMeri commented Jan 15, 2016

Fixed by #2775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@lukeapage @SomMeri @BoffoF and others