mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[breaking change] rebuild style struct (#2021)
This commit is contained in:
@@ -136,14 +136,14 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="postcss">
|
||||
@import '../../vant-css/src/common/var.css';
|
||||
<style lang="less">
|
||||
@import '../../style/var';
|
||||
|
||||
.demo-field {
|
||||
padding-bottom: 30px;
|
||||
|
||||
.van-field__icon .van-icon {
|
||||
color: $blue;
|
||||
color: @blue;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user