Is it harmful to put anything as a comment as a first thing in a CSS file? Can it cause any problem in any browser or does it have no cons?
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.
I can’t see how this could be harmful.
If you specify an
@encoding, it must be in the first line (Source). Otherwise, it shouldn’t be a problem.