8 lines
73 B
SCSS
Raw Permalink Normal View History

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