Closed GoogleCodeExporter closed 9 years ago
As far as I can tell such comments are not valid in CSS see below.
Q5410 How do I include comments in CSS?
As with any other language, you probably want to include comments, to make
things
easier, not only for yourself, but also for your users.
In CSS comments begin with "/*" and end with "*/".
Here's an example:
<STYLE>
/* As big as it gets */
P.big {font-size: 72px}
</STYLE>
Original comment by pyscripter
on 29 May 2008 at 11:21
Original issue reported on code.google.com by
rcdai...@gmail.com
on 29 May 2008 at 10:44