Fixed Css @CHARSET should be lowercase

refael

Well-known member
I did few validation tests on my css code and discovered that uppercase @CHARSET is wrong.
Spec says:
@charset must be written literally, i.e., the 10 characters '@charset "' (lowercase, no backslash escapes), followed by the encoding name, followed by '";'.
 
Top Bottom