feat(style): component using basic css variables

This commit is contained in:
chenjiahan
2021-06-12 15:52:22 +08:00
committed by neverland
parent aef2579a95
commit 710aebaee4
117 changed files with 707 additions and 705 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
}
&--vertical {
padding: 0 0 0 @padding-xl;
padding: 0 0 0 var(--van-padding-xl);
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
@import '../style/var.less';
@steps-background-color: @white;
@steps-background-color: var(--van-white);