mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-16 13:21:37 +00:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|