mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[breaking change] rebuild style struct (#2021)
This commit is contained in:
@@ -88,13 +88,13 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="postcss">
|
||||
@import '../../vant-css/src/common/var.css';
|
||||
<style lang="less">
|
||||
@import '../../style/var';
|
||||
|
||||
.demo-steps {
|
||||
.steps-success,
|
||||
.van-icon-location {
|
||||
color: $green;
|
||||
color: @green;
|
||||
}
|
||||
|
||||
.van-button {
|
||||
|
Reference in New Issue
Block a user