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