artdwn's picture
Upload folder using huggingface_hub
3a1d71c
raw
history blame contribute delete
131 Bytes
@mixin line-clamp($n: 1) {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: $n;
overflow: hidden;
}