UNPKG

lulouis-vant

Version:

Lightweight Mobile UI Components built on Vue

15 lines (13 loc) 296 B
.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; }