mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
8 lines
73 B
SCSS
8 lines
73 B
SCSS
|
//
|
||
|
// Text truncation
|
||
|
//
|
||
|
|
||
|
.text-truncate {
|
||
|
@include text-truncate();
|
||
|
}
|