我有一个 CSS 样式表,其中包含以下代码:
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
我正面临这些错误
/* 缩小失败。返回未缩小的内容。(1189,1): 运行时错误 CSS1019: Unexpected token, found '@charset' (1189,10): run-time error CSS1019: Unexpected token, found '"utf-8"' (1189,17): run -time 错误 CSS1019:意外的令牌,找到 ';'