UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
lib
/
style
/
mixins
/
ellipsis.less
15 lines
(13 loc)
•
296 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.multi-ellipsis
(
@lines
) {
overflow
: hidden;
text-overflow
: ellipsis;
display
: -webkit-box; -webkit-
line
-clamp: @lines;
/* autoprefixer: ignore next */
-webkit-
box-orient
: vertical; }
.ellipsis
() {
overflow
: hidden;
white-space
: nowrap;
text-overflow
: ellipsis; }