8 lines
73 B
SCSS
Raw Normal View History

//
// Text truncation
//
.text-truncate {
@include text-truncate();
}