@use "../mixins/text-truncate" as *;
// Text truncation
//
.text-truncate {
@include text-truncate();
}