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