vant/src/coupon-cell/index.less
neverland b3146b9108
style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00

8 lines
116 B
Plaintext

@import './var.less';
.van-coupon-cell {
&__value--selected {
color: @coupon-cell-selected-text-color;
}
}