1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

fix: autoprefixer remove ellipsis @rex-zsd ()

This commit is contained in:
rex 2018-10-25 20:16:20 +08:00 committed by neverland
parent e0222246ae
commit aff7444c91

@ -3,6 +3,7 @@
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: @lines;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
}