feat(style): add background-color var (#5112)

This commit is contained in:
neverland
2019-11-26 17:55:45 +08:00
committed by GitHub
parent f525abbf11
commit ab3ccbed8f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ There are some basic variables below, all available variables could be found in
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color: #f7f8fa;
@background-color-light: #fafafa;
```
+1 -1
View File
@@ -19,7 +19,7 @@ Vant 使用了 [Less](http://lesscss.org/) 对样式进行预处理,并内置
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color: #f7f8fa;
@background-color-light: #fafafa;
```