fix: attach css variables to :root element (#11026)

This commit is contained in:
neverland
2022-09-11 09:11:53 +08:00
committed by GitHub
parent b6f2eb3e2a
commit 34360abd3b
79 changed files with 98 additions and 94 deletions
@@ -1,4 +1,4 @@
body {
:root {
// colors
--van-doc-black: #000;
--van-doc-white: #fff;