mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
@import '../style/var';
|
|
@import '~@vant/icons/src/index.less';
|
|
|
|
.van-icon {
|
|
&__image {
|
|
width: 1em;
|
|
height: 1em;
|
|
object-fit: contain;
|
|
}
|
|
}
|