bootstrap5/scss/helpers/_text-truncation.scss
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

7 lines
73 B
SCSS

//
// Text truncation
//
.text-truncate {
@include text-truncate();
}