mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|