UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

14 lines (12 loc) 258 B
@mixin multi-ellipsis($lines) { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: $lines; -webkit-box-orient: vertical; } @mixin ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }