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

fix comments in operations (ex: *height: 2px * 4 /* ie hack */) #492

Merged
merged 1 commit into from
Dec 1, 2011

Conversation

fat
Copy link
Contributor

@fat fat commented Nov 26, 2011

This patch allows you to specify comments for entities which are operations.

Prior to this patch - the following cases would throw an exception:

*height: 12px /* oh noes */; 
width: 10px * 4 + 3 /* oh noes also */;

With this patch, these cases are fine now.

cloudhead pushed a commit that referenced this pull request Dec 1, 2011
fix comments in operations (ex: *height: 2px * 4 /* ie hack */)
@cloudhead cloudhead merged commit 4c50608 into less:master Dec 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants