Is there a good reason for this? It is a lame question, but I just wondered if there was a reason why.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The syntax for comments in CSS is:
/* 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.