chore: demo using css vars (#9265)
This commit is contained in:
@@ -137,10 +137,8 @@ const inactiveIcon = 'https://img.yzcdn.cn/vant/user-inactive.png';
|
||||
</template>
|
||||
|
||||
<style lang="less">
|
||||
@import '../../style/var';
|
||||
|
||||
.demo-radio {
|
||||
background: @white;
|
||||
background: var(--van-white);
|
||||
|
||||
&-group {
|
||||
padding: 0 16px;
|
||||
|
||||
Reference in New Issue
Block a user