forked from lix-project/lix-website
8 lines
73 B
SCSS
8 lines
73 B
SCSS
|
//
|
||
|
// Text truncation
|
||
|
//
|
||
|
|
||
|
.text-truncate {
|
||
|
@include text-truncate();
|
||
|
}
|