mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
* perf: remove CSS variables polyfill * style: fix missing calc value * perf: reduce some useless css vars
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-sidebar {
|
|
width: var(--sidebar-width, @sidebar-width);
|
|
}
|