8 lines
73 B
SCSS
Raw Permalink Normal View History

2025-12-14 20:53:27 -06:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}