8 lines
73 B
SCSS
Raw Permalink Normal View History

2023-10-24 12:26:58 +04:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}