Thanks for letting us know, it is indeed a bug in the Beta 1 release since we are parsing comments within a CSS Declaration. Note that if the comment is outside a CSS declaration we will exclude it. for example:
/* this comment will be ignored */
.someclassname { /* wont be ignored */ }