less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Error with comments

Open zuf opened this issue 16 years ago • 3 comments

Strange error with this code:

div
/* comment */
{
  color: red;
}

If remove comment line all works fine.

zuf avatar Aug 07 '09 14:08 zuf

I think I got it right on http://github.com/andrehjr/less/commit/79d681d610b9ced1c1f9e6ae0e1782b70cd68fea

Please take a look ;)

andrehjr avatar Jan 06 '10 00:01 andrehjr

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.

samalone avatar Feb 10 '10 07:02 samalone

I'm pulling this in, thanks.

cloudhead avatar Feb 10 '10 20:02 cloudhead