Comments have "/ *" instead of "/*"?
-
This might be a ridiculous question, but the generated CSS file has a comment at the top that looks like this:
/ * DO NOT EDIT - AUTOMATICALLY GENERATED FROM: filename.scss * /
Whereas it should look like this:
/* DO NOT EDIT - AUTOMATICALLY GENERATED FROM: filename.scss */
Now, I realize that this is an easy fix–I fixed it myself in a few seconds. But why does it do this? Without the proper comment syntax, the CSS file isn’t properly parsed by the browser (at least my browser, Chrome/latest/OSX 10.8). I’ve never seen comments that look like that before, not in CSS or SASS. If anyone could provide some insight so I could understand, I would appreciate that.
Thanks for reading.
- The topic ‘Comments have "/ *" instead of "/*"?’ is closed to new replies.