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