style: decentralized less var (#8369)
* style: decentralized less var * chore: remove emtpy var file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '../style/var.less';
|
||||
@import './var.less';
|
||||
|
||||
.van-skeleton {
|
||||
display: flex;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@skeleton-row-height: 16px;
|
||||
@skeleton-row-background-color: @active-color;
|
||||
@skeleton-row-margin-top: @padding-sm;
|
||||
@skeleton-title-width: 40%;
|
||||
@skeleton-avatar-size: 32px;
|
||||
@skeleton-avatar-background-color: @active-color;
|
||||
@skeleton-animation-duration: 1.2s;
|
||||
Reference in New Issue
Block a user