8 lines
73 B
SCSS
Raw Normal View History

2023-08-15 15:25:21 -04:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}