less.ruby
less.ruby copied to clipboard
Error with comments
Strange error with this code:
div
/* comment */
{
color: red;
}
If remove comment line all works fine.
I think I got it right on http://github.com/andrehjr/less/commit/79d681d610b9ced1c1f9e6ae0e1782b70cd68fea
Please take a look ;)
Yes, this was a big issue with the Zen theme in Drupal, which I was converting to less. I'll have to try out the changes from andrehjr.
I'm pulling this in, thanks.