feat(style): component using basic css variables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@count-down-text-color: @text-color;
|
||||
@count-down-font-size: @font-size-md;
|
||||
@count-down-line-height: @line-height-md;
|
||||
@count-down-text-color: var(--van-text-color);
|
||||
@count-down-font-size: var(--van-font-size-md);
|
||||
@count-down-line-height: var(--van-line-height-md);
|
||||
|
||||
Reference in New Issue
Block a user