mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 20:54:22 +01:00
10 lines
120 B
SCSS
10 lines
120 B
SCSS
@use "../mixins/text-truncate";
|
|
|
|
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate.text-truncate();
|
|
}
|