Is there a good reason for this? Lame question, but I just wondered if there was a reason why.
The syntax for comments in CSS is: /* comment here */
/* comment here */
The // is not a valid syntax. I guess this allows CSS to work correctly when stripped from whitespace and new line characters during minification.
//