mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* perf: remove CSS variables polyfill * style: fix missing calc value * perf: reduce some useless css vars
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-count-down {
|
|
color: var(--count-down-text-color, @count-down-text-color);
|
|
font-size: var(--count-down-font-size, @count-down-font-size);
|
|
line-height: var(--count-down-line-height, @count-down-line-height);
|
|
}
|