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
Mark Otto 7915584fa4 lol
2024-07-29 22:04:11 -07:00

10 lines
120 B
SCSS

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