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

10 lines
120 B
SCSS
Raw Normal View History

2024-07-29 22:04:11 -07:00
@use "../mixins/text-truncate";
2019-05-23 11:56:03 +02:00
//
// Text truncation
2019-05-23 11:56:03 +02:00
//
.text-truncate {
2024-07-29 22:04:11 -07:00
@include text-truncate.text-truncate();
2019-05-23 11:56:03 +02:00
}