mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-02-11 21:08:33 -05:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
//
|
|
// Text truncation
|
|
//
|
|
|
|
.text-truncate {
|
|
@include text-truncate();
|
|
}
|