8 lines
73 B
SCSS
Raw Permalink Normal View History

2025-12-15 16:13:47 -06:00
//
// Text truncation
//
.text-truncate {
@include text-truncate();
}