@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
12 lines (11 loc) • 337 B
CSS
[esl-line-clamp] {
display: -webkit-box ;
-webkit-box-orient: vertical;
-webkit-line-clamp: var(--esl-line-clamp, none);
line-clamp: var(--esl-line-clamp, none);
overflow: hidden ;
text-overflow: ellipsis;
}
[esl-line-clamp][alt-active] {
--esl-line-clamp: var(--esl-line-clamp-alt, none) ;
}