From d763910f78c15a91058564ef8685552e0d6a666c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 20 Sep 2017 15:47:50 +0800 Subject: [PATCH] fix: reset.css compile error --- packages/vant-css/src/reset.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/vant-css/src/reset.css b/packages/vant-css/src/reset.css index 9a3192d92..baed4bd5a 100644 --- a/packages/vant-css/src/reset.css +++ b/packages/vant-css/src/reset.css @@ -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 {