8 lines
73 B
SCSS
Raw Normal View History

2025-12-15 21:19:10 -06:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}