8 lines
73 B
SCSS
Raw Normal View History

2023-10-28 00:49:09 +03:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}