mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 21:54:24 +01:00
12 lines
136 B
SCSS
12 lines
136 B
SCSS
@use "../mixins/text-truncate" as *;
|
|
|
|
//
|
|
// Text truncation
|
|
//
|
|
|
|
@layer helpers {
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|
|
}
|