8 lines
73 B
SCSS
Raw Normal View History

2025-09-11 16:48:41 -06:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}