bootstrap/scss/helpers/_text-truncation.scss

12 lines
136 B
SCSS
Raw Normal View History

2025-02-19 01:50:10 +08:00
@use "../mixins/text-truncate" as *;
//
// Text truncation
2019-05-23 17:56:03 +08:00
//
@layer helpers {
.text-truncate {
@include text-truncate();
}
2019-05-23 17:56:03 +08:00
}