fix: reset.css compile error

This commit is contained in:
陈嘉涵 2017-09-20 15:47:50 +08:00
parent d678ac8ebf
commit d763910f78

View File

@ -1,3 +1,5 @@
@import './common/var.css';
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, b, 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;
@ -49,8 +51,8 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
body {
font-family: Arial, Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, sans-serif;
color: $text-color;
background-color: $background-color;
color: $text-color;
background-color: $background-color;
}
a {