Bootstrap/scss/helpers/_text-truncation.scss
Mark Otto 9e28b858b5 Migrate to Sass modules
fix function
2025-03-04 15:23:44 -08:00

8 lines
107 B
SCSS

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