bootstrap/scss/helpers/_text-truncation.scss

12 lines
136 B
SCSS

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