feat(style): component using basic css variables
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
height: 1px;
|
||||
border-color: inherit;
|
||||
border-style: inherit;
|
||||
border-width: @border-width-base 0 0;
|
||||
border-width: var(--van-border-width-base) 0 0;
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user