0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Bootstrap/scss/helpers/_text-truncation.scss
2025-02-20 09:02:39 -08:00

12 lines
136 B
SCSS

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